<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/release/sysinstall/main.c, branch release/7.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2001-01-17T07:14:45Z</updated>
<entry>
<title>Sysinstall has been repocopied to src/usr.sbin/sysinstall and everything</title>
<updated>2001-01-17T07:14:45Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2001-01-17T07:14:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d2ef0cdab2fd284176fe351fd9375a62fb4c3154'/>
<id>urn:sha1:d2ef0cdab2fd284176fe351fd9375a62fb4c3154</id>
<content type='text'>
now uses the sources found there.
</content>
</entry>
<entry>
<title>Adapt sysinstall to use the new msgNoYes() function which assumes</title>
<updated>2000-12-14T02:49:02Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-12-14T02:49:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=621005e3cb4c484dc456ab4f82793f8b74e0a626'/>
<id>urn:sha1:621005e3cb4c484dc456ab4f82793f8b74e0a626</id>
<content type='text'>
no as a default.  Sysinstall should be both less dangerous and less
annoying as a result of this change, though that's just my opinion
(since they're the defaults which annoy ME the least :).
</content>
</entry>
<entry>
<title>Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.</title>
<updated>2000-10-31T07:39:07Z</updated>
<author>
<name>Tatsumi Hosokawa</name>
<email>hosokawa@FreeBSD.org</email>
</author>
<published>2000-10-31T07:39:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b98c5f70ff9a5591539fed903d36e8f7a8ee34cf'/>
<id>urn:sha1:b98c5f70ff9a5591539fed903d36e8f7a8ee34cf</id>
<content type='text'>
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.

Reviewed by:	current@FreeBSD.org
</content>
</entry>
<entry>
<title>Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old</title>
<updated>2000-10-29T09:57:50Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>2000-10-29T09:57:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dd92980bbd43fc5119c7afc085fbc9743d2b7f40'/>
<id>urn:sha1:dd92980bbd43fc5119c7afc085fbc9743d2b7f40</id>
<content type='text'>
tricks of rebooting and continuing where it was.)

Reviewed by:	jkh, jhb
</content>
</entry>
<entry>
<title>- Remove obsolete PC-card boot.flp hack. It was for making both PC-card</title>
<updated>2000-06-05T13:17:23Z</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2000-06-05T13:17:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a40915d75031baf61a3aa58a787353060de03d00'/>
<id>urn:sha1:a40915d75031baf61a3aa58a787353060de03d00</id>
<content type='text'>
  boot.flp and plain boot.flp.
- Clean up crunchgen related routine.

- Add PC-98 support.
  TODO:
    o Documentation
    o Fix some messages for PC-98
    o Decrease the size of fixit.flp to 1.2MB
    o I18N (See: http://www.jp.FreeBSD.org/BootAsia/index.html)

No response from jkh
</content>
</entry>
<entry>
<title>Add support for USB to sysinstall.  This includes running usbd and</title>
<updated>2000-05-12T03:01:17Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2000-05-12T03:01:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9f8b8491c9f4d0dc71cb77f85ff42d0db50f5759'/>
<id>urn:sha1:9f8b8491c9f4d0dc71cb77f85ff42d0db50f5759</id>
<content type='text'>
setting 'usbd_enable' in rc.conf during nwe installs if USB is detected.
Also, since usbd already handles USB mice automatically, note that the
mouse setup section in sysinstall only applies to non-USB mice.
</content>
</entry>
<entry>
<title>Include CDs in the list of things to remove before rebooting.</title>
<updated>2000-02-11T06:55:12Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-02-11T06:55:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5ca7f45737bda6baf2325ddf42db2ca696579210'/>
<id>urn:sha1:5ca7f45737bda6baf2325ddf42db2ca696579210</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Eliminate PC-card installation floppy and add PC-card support for</title>
<updated>2000-01-14T02:17:57Z</updated>
<author>
<name>Tatsumi Hosokawa</name>
<email>hosokawa@FreeBSD.org</email>
</author>
<published>2000-01-14T02:17:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cb4ec7028b01e2e41de03361b6a0ce8a6a532d3b'/>
<id>urn:sha1:cb4ec7028b01e2e41de03361b6a0ce8a6a532d3b</id>
<content type='text'>
generic installation floppy.
</content>
</entry>
<entry>
<title>Ignore SIGPIPE by default.</title>
<updated>2000-01-04T04:31:29Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-01-04T04:31:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=09767b7ec40debe6ab44abfa9caf2d26bb95a476'/>
<id>urn:sha1:09767b7ec40debe6ab44abfa9caf2d26bb95a476</id>
<content type='text'>
Submitted by:	Philipp Mergenthaler &lt;un1i@rz.uni-karlsruhe.de&gt;
PR:		13900
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>urn:sha1:97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
</entry>
</feed>
