<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/sysinstall/install.c, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2006-12-31T18:34:58Z</updated>
<entry>
<title>MFC revisions 1.371 and 1.372.</title>
<updated>2006-12-31T18:34:58Z</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2006-12-31T18:34:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5b348e058d2e2916ffeb056f51a7d0af24d7bbcd'/>
<id>urn:sha1:5b348e058d2e2916ffeb056f51a7d0af24d7bbcd</id>
<content type='text'>
  1.371: Fix typos in comments.
  1.372: Remove a warning regarding disk entries in /dev.

Approved by:	ru
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-10-29T14:38:17Z</updated>
<author>
<name>Erwin Lansing</name>
<email>erwin@FreeBSD.org</email>
</author>
<published>2006-10-29T14:38:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d2e8661ce7666e4f56105e3134feb3556424eb4b'/>
<id>urn:sha1:d2e8661ce7666e4f56105e3134feb3556424eb4b</id>
<content type='text'>
  If the user did not chose a distribution from the menu, a sensible
  default distribution (user) will be installed, however, no kernel
  will be installed.  Fix this by installing a sensible default kernel,
  SMP/GENERIC, depending on WITH_SMP and number of CPUS found.

Approved by:    re (hrs)
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-07-24T19:57:20Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2006-07-24T19:57:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f81f7c145c8d0316c35e9bdc250970b9b6142e1'/>
<id>urn:sha1:7f81f7c145c8d0316c35e9bdc250970b9b6142e1</id>
<content type='text'>
Add FreeBSD version information to the menu title so it's possible to
see which release you are installing (really which FreeBSD version the
installer is running, but that shouldn't matter in all normal cases).
</content>
</entry>
<entry>
<title>MFC sysinstall and make release mods to auto-select up/smp kernel</title>
<updated>2006-03-11T18:52:47Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2006-03-11T18:52:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=269a679784261e12efd79c4a6aaa1e74a21be983'/>
<id>urn:sha1:269a679784261e12efd79c4a6aaa1e74a21be983</id>
<content type='text'>
Reviewed by:	ru
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC revision 1.364:</title>
<updated>2006-01-06T20:10:41Z</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2006-01-06T20:10:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5a9123d0fd5f3320269353d194b62576252ba891'/>
<id>urn:sha1:5a9123d0fd5f3320269353d194b62576252ba891</id>
<content type='text'>
  An i386 machine with 32MB of RAM requires a 700MB disk for auto-layout to
  succeed, whilst an i386 with 256MB of RAM requires more.  Up the amount
  of disk hinted at as a minimum requisite for auto-layout.
</content>
</entry>
<entry>
<title>Automatically switch to ttyv3 where the fixit shell is running when using</title>
<updated>2005-03-02T22:48:13Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-03-02T22:48:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7238c70c3b898c39acb3de908d863b1e15a499d3'/>
<id>urn:sha1:7238c70c3b898c39acb3de908d863b1e15a499d3</id>
<content type='text'>
the standard console and any fixit mode.

MFC after:	1 day
</content>
</entry>
<entry>
<title>- Fix a bug in sysinstall related to mounting CD-ROMs.  If mount(2) fails</title>
<updated>2005-03-02T22:27:22Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-03-02T22:27:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d61e43fe1ede38d6dbaeb6c97a790a3ab1c98582'/>
<id>urn:sha1:d61e43fe1ede38d6dbaeb6c97a790a3ab1c98582</id>
<content type='text'>
  with EBUSY and a cdrom is not mounted at /cdrom, sysinstall fails to
  treat it as an error and thinks that the disk mounted ok.  However, it
  doesn't find a cdrom.inf file so it complains.  Later when it tries to
  unmount the disk due to a mediaClose() umount(2) returns an error, and it
  never clears its internal mounted flag.  The fix here is to properly
  handle EBUSY as an error if there isn't a CD already mounted at /cdrom.
- Add a new CDROMInitQuiet variable that can be used to shut up the dialog
  box about the mount(2) system call failing when trying to mount a CD-ROM.
  This is used by the feature described below.
- When using a fixit CD, first try to see if we can mount the disc in the
  drive now and use it as a fixit CD.  If not, then prompt the user to
  insert the disc and try again.  If we do succeed on the first "silent"
  probe then we don't ask the user to eject the disk after leaving fixit
  mode.
- Add a simple file existence test to make sure that the disc that we mount
  really is a livefs disc.
- Explicitly switch back to ttyv0 when using the standard console after
  the fixit shell dies.  Previously this behavior worked accidentally
  because all the fixit modes popped up a dialog box which contained a
  hidden switch to ttyv0.

MFC after:	1 day
</content>
</entry>
<entry>
<title>Remove /stand when we are done with it.</title>
<updated>2005-02-07T04:25:34Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-02-07T04:25:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bf716a5a75516cfc955cd193540a8f696c6363a6'/>
<id>urn:sha1:bf716a5a75516cfc955cd193540a8f696c6363a6</id>
<content type='text'>
Submitted by:	Ryan Sommers &lt;ryans@gamersimpact.com&gt;
</content>
</entry>
<entry>
<title>Removed bitrot.</title>
<updated>2005-01-13T13:34:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-13T13:34:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=17100a2a559d8008765ce2973fef86186c62795a'/>
<id>urn:sha1:17100a2a559d8008765ce2973fef86186c62795a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove support for configuring the X server from sysinstall.  General</title>
<updated>2004-08-30T21:03:09Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2004-08-30T21:03:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=83c7f6e5de2522dd058016c6f43eae62766f40c8'/>
<id>urn:sha1:83c7f6e5de2522dd058016c6f43eae62766f40c8</id>
<content type='text'>
concensus seems to be that is best left for doing post-install.

Discussed on:	freebsd-current@
Tested with:	make release
Approved by:	re@
MFC after:	3 days
</content>
</entry>
</feed>
