<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/sysinstall/main.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>2007-12-29T06:19:18Z</updated>
<entry>
<title>MFC v1.78 and v1.79:</title>
<updated>2007-12-29T06:19:18Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2007-12-29T06:19:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b1c9306788df58d25b0a863f72cd3057f6ebdbb0'/>
<id>urn:sha1:b1c9306788df58d25b0a863f72cd3057f6ebdbb0</id>
<content type='text'>
Remove process limits for datasize and stacksize which are unlimited
during a "normal login" (thanks to /etc/login.conf) but not when
sysinstall is running as part of an installation.  Fixups for error
messages and a comment that became untrue.
</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: Autogenerate a menu containing a list of countries supported by</title>
<updated>2006-03-07T16:06:41Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2006-03-07T16:06:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3e30eb935989adb4d2f270b909a70f648f277944'/>
<id>urn:sha1:3e30eb935989adb4d2f270b909a70f648f277944</id>
<content type='text'>
syscons and pop it up during installs.  In addition, use the specified
country as a hint for the keymap to use and if the non-default country is
chosen during the install startup, pop up the keymap menu before entering
the main sysinstall menu.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>The PCMCIA Standard dictates that those funny cards you insert into</title>
<updated>2003-08-20T06:27:21Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-20T06:27:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ca607f19573d6f160c6474bc309db5547794a785'/>
<id>urn:sha1:ca607f19573d6f160c6474bc309db5547794a785</id>
<content type='text'>
laptops are "PC Cards" and uses said term consistantly.  Allow my
foolish hobgoblins to get the better of me and become consistant.
</content>
</entry>
<entry>
<title>Add a new variable 'skipPCCARD'.  This variable will cause sysinstall</title>
<updated>2003-08-20T06:24:12Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2003-08-20T06:24:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4cd54ca65871612a7444561490ef5bc279ebef28'/>
<id>urn:sha1:4cd54ca65871612a7444561490ef5bc279ebef28</id>
<content type='text'>
to ignore all PC Card devices.

Submitted by: Anders Nordby
PR: bin/37650

MFC After: 2 weeks
</content>
</entry>
<entry>
<title>Add a function driverFloppyCheck() that asks the user if they would like to</title>
<updated>2003-01-15T21:47:36Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-01-15T21:47:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0a10e2868e6550f5a5da5a37e763341d051e974a'/>
<id>urn:sha1:0a10e2868e6550f5a5da5a37e763341d051e974a</id>
<content type='text'>
load drivers from the driver floppy if the "driver_floppy" variable is set
in the kernel environment and call this function after probing devices but
before displaying the main menu.

X-MFC after:	as soon as I finish committing to current
Approved by:	re@ (blanket)
</content>
</entry>
<entry>
<title>* Negative #if's are harder to read as they don't tell exactly what arch</title>
<updated>2002-10-11T22:30:09Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-10-11T22:30:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eec2e4bdded25406022b702bd7ef410d01b7cdb5'/>
<id>urn:sha1:eec2e4bdded25406022b702bd7ef410d01b7cdb5</id>
<content type='text'>
  something applies to.  So change #ifndef to an explicit list of defines.
* Treate sparc64 and ia64 as 64-bit platforms, which means larger roots.
* sparc64 should halt back to the firmware, not reset.
* sparc64 doesn't need to play MS-DOS/BIOS partition crap games.

Reviewed by:	jake
</content>
</entry>
<entry>
<title>Only build and link the pccard module on architectures that support it (and</title>
<updated>2002-03-29T23:03:17Z</updated>
<author>
<name>Murray Stokely</name>
<email>murray@FreeBSD.org</email>
</author>
<published>2002-03-29T23:03:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=adca9ffd3dea76774443a81c148cf946cf388a08'/>
<id>urn:sha1:adca9ffd3dea76774443a81c148cf946cf388a08</id>
<content type='text'>
that have room for pccardd on mfsroot.flp).
</content>
</entry>
<entry>
<title>DTRT in the restart case</title>
<updated>2001-10-12T07:36:34Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-10-12T07:36:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=27a550e5edc0d1dc3784e035e183f085b399ab48'/>
<id>urn:sha1:27a550e5edc0d1dc3784e035e183f085b399ab48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a couple of functions to create persistent variables that will</title>
<updated>2001-09-24T10:16:23Z</updated>
<author>
<name>Murray Stokely</name>
<email>murray@FreeBSD.org</email>
</author>
<published>2001-09-24T10:16:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a0769a8d73f90103518a032a5cc50c80a4139027'/>
<id>urn:sha1:a0769a8d73f90103518a032a5cc50c80a4139027</id>
<content type='text'>
survive a sysinstall Ctrl-C -&gt; 'Restart'.  This fixes another annoying
bug where restarting sysinstall will try to reload kernel modules and
do other external things that have already been done.  For now, use
these persistent variables to keep track of module, usbd, and pccardd
initialization.

Bug found by: rwatson
MFC after:    1 week
</content>
</entry>
</feed>
