aboutsummaryrefslogtreecommitdiff
path: root/release/i386
Commit message (Collapse)AuthorAgeFilesLines
* Put the ips driver on disk2 of the install floppies.Scott Long2005-01-131-0/+1
| | | | Notes: svn path=/stable/4/; revision=140156
* Attempt #2 at fixing boot floppies. Move NFS back into kernel to solveKen Smith2004-12-152-1/+2
| | | | | | | | | | | | | current problem of mfsroot.flp overflowing (note to self: can't speed up test release builds for boot floppy sizes by using NODOC=). Address original problem by removing sa (SCSI tape) and pass (SCSI passthrough) devices. Approved by: re (scottl) Pointy hat: kensmith Notes: svn path=/stable/4/; revision=138885
* Spell "filesystem" correctly both in the place I had copied it to andKen Smith2004-12-121-2/+2
| | | | | | | | | the place I had copied it from. Caught by: ru Notes: svn path=/stable/4/; revision=138714
* The kern.flp floppy was, as usual, overflowing. Moving NFS out of theKen Smith2004-12-111-0/+1
| | | | | | | | kernel on the boot floppy and into the mfsroot.flp floppy as a module seems to solve the space problem and doesn't break the install. Notes: svn path=/stable/4/; revision=138672
* MFC:Marius Strobl2004-06-021-4/+4
| | | | | | | | | | release/alpha/mkisoimages.sh 1.8 release/i386/mkisoimages.sh 1.9 mkisofs(8) is now installed by sysutils/cdrtools. Notes: svn path=/stable/4/; revision=130017
* Move the ciss and twa drivers into modules on floppy disk 2 instead ofKen Smith2004-04-101-0/+2
| | | | | | | | | inside the kernel on floppy disk 1 for floppy disk based installs. Approved by: re (scottl) Notes: svn path=/stable/4/; revision=128084
* Pull the ida module out onto the second floppy.Scott Long2003-09-011-0/+1
| | | | Notes: svn path=/stable/4/; revision=119648
* Take mly out of the second floppy and put pst in it's place. Things mightScott Long2003-09-011-1/+1
| | | | | | | | | | not yet fit, but it's close. The CAM underpinnings of mly make it impossible to put on the second floppy. Approved by: re Notes: svn path=/stable/4/; revision=119638
* Remove the p1003_1b extensions from the BOOTMFS kernel.Scott Long2003-09-011-0/+1
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=119633
* Move Mylex driver to the mfsroot floppy, to avoid boot floppy overflow.Murray Stokely2003-08-281-0/+1
| | | | Notes: svn path=/stable/4/; revision=119524
* MFC: Add FireWire drivers to GENERIC and drivers.conf.Hidetoshi Shimokawa2003-04-281-0/+4
| | | | Notes: svn path=/stable/4/; revision=114144
* MFC: Removed redundant lines.Ruslan Ermilov2003-04-041-3/+0
| | | | Notes: svn path=/stable/4/; revision=113087
* Removed the ICMP_BANDLIM option. This saves 311 bytes of gzipped kernelRuslan Ermilov2003-04-041-0/+1
| | | | | | | | | without the awi(4), and 860 bytes with awi(4) back. That would be enough to put awi(4) back, but would leave only 6K of free space on kern.flp to be useful. Notes: svn path=/stable/4/; revision=113068
* MFR48: Remove awi driver from boot kernel -- we are short of space.Murray Stokely2003-04-031-0/+1
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=112997
* Move aac back onto the MFSROOT floppy and but amr and mly back into the kernelScott Long2003-03-281-2/+1
| | | | | | | | | so that CAM will probe them correctly. Approved by: re (murray) Notes: svn path=/stable/4/; revision=112757
* Move the em(4) to the mfsroot floppy to try to unbreak kern.flp.Bruce A. Mah2003-01-231-0/+1
| | | | Notes: svn path=/stable/4/; revision=109763
* Trim agp from the install floppy; not ideal, since we'd like to have itRobert Watson2003-01-011-0/+1
| | | | | | | | | | available for X11 configuration, so should do what we do on -CURRENT with agp on an additional driver disk. Prompted by: John De Boskey <jwd@FreeBSD.org> Notes: svn path=/stable/4/; revision=108528
* MFC: Use ${TARGET}/dokern.sh instead of ${TARGET_ARCH}/dokern.sh.Yoshihiro Takahashi2002-10-141-70/+0
| | | | Notes: svn path=/stable/4/; revision=105084
* Bring the aac driver back into the install kernel. Take out the amrBruce A. Mah2002-09-251-1/+2
| | | | | | | | | | | | | | and mly drivers and make them available as modules (which are automatically loaded by sysinstall). This fixes an error seen on 4.7-RC1/i386 when sysinstall tried to load the aac module, but failed because it couldn't fulfill a dependency on the linux module. Approved by: re (jhb) Notes: svn path=/stable/4/; revision=103970
* Move drivers to mfsroot.Murray Stokely2002-09-051-0/+4
| | | | | | | | Submitted by: jhay Approved by: re Notes: svn path=/stable/4/; revision=102973
* MFC: 1.62 - Remove AH[CD]_REG_PRETTY_PRINT from bootMurray Stokely2002-09-051-0/+4
| | | | | | | | | floppies. (unbreak "make release") Approved by: re Notes: svn path=/stable/4/; revision=102958
* Make kern.flp fit again by moving MSDOSFS out of the kernel and ontoJohn Hay2002-08-261-0/+1
| | | | | | | mfsroot.flp as a klm. Notes: svn path=/stable/4/; revision=102436
* MFC: Split scripts/dokern.sh into MD parts.Ruslan Ermilov2002-08-011-79/+70
| | | | | | | | | | | | | | The old version used ``uname -m'' to choose the appropriate sed(1) filter, and this did not obviously work in the case of cross release. I've been getting kern.flp overflows on i386 attempting to cross-release Alpha. Many thanks to Wilko for providing me with an account on his Alpha box. Comparing generated BOOTMFS configs helped fix this problem almost immediately. Notes: svn path=/stable/4/; revision=101141
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-06-161-0/+124
| | | | Notes: svn path=/stable/4/; revision=98297
* MFC:Ruslan Ermilov2002-04-191-1/+3
| | | | | | | | Moved -DRELEASE_CRUNCH into crunchgen(1) config files. Record libtelnet.a death. Notes: svn path=/stable/4/; revision=95048
* MFC: r1.48 - sort by directory / program.Murray Stokely2002-04-111-15/+22
| | | | Notes: svn path=/stable/4/; revision=94452
* MFC: r1.47 - Add -DRELEASE_CRUNCH into crunchgen(1) config file.Murray Stokely2002-04-111-0/+2
| | | | Notes: svn path=/stable/4/; revision=94451
* There is still room on the MFSROOT floppy for i386. Add 'bge' toMurray Stokely2002-01-251-0/+1
| | | | | | | | | | kern.flp and move if_txp.ko over to mfsroot.flp. Tested on: 4.5-RC3 Approved by: rwatson Notes: svn path=/stable/4/; revision=89786
* MFC: r1.6 Remove HFS support.Murray Stokely2002-01-251-1/+1
| | | | | | | Approved by: re (implicit) Notes: svn path=/stable/4/; revision=89777
* MFC: include the minimalistic camcontrol and /dev/xpt0 into theJoerg Wunsch2002-01-221-2/+2
| | | | | | | | | installation environment. Approved by: re Notes: svn path=/stable/4/; revision=89639
* There is no module for awi in -STABLE, so we must leave it on the bootMurray Stokely2002-01-181-1/+0
| | | | | | | kernel for now. Notes: svn path=/stable/4/; revision=89490
* MFC: Add a minimal drivers.conf file to put the wireless EthernetMurray Stokely2002-01-171-18/+1
| | | | | | | | | | device drivers (if_an, if_wi, and if_awi) onto the MFSROOT floppy. Approved by: re Reviewed by: -qa Notes: svn path=/stable/4/; revision=89477
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-11-011-0/+57
| | | | Notes: svn path=/stable/4/; revision=85811
* MFC: Try to build the mkisofs/setcdboot port first before using pkg_add.Dirk Froemberg2001-09-041-4/+8
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=82976
* MFC: fix my backwards logicDavid E. O'Brien2001-09-031-1/+1
| | | | | | | Requested by: jkh Notes: svn path=/stable/4/; revision=82886
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-08-201-0/+52
| | | | Notes: svn path=/stable/4/; revision=81998
* MFC: do not need libipx as I have conditionally diked that functionalDavid E. O'Brien2001-07-211-1/+1
| | | | | | | out of ifconfig(8). Notes: svn path=/stable/4/; revision=80102
* Move boot_crunch.conf into ARCH-specific directories. We just cannotDavid E. O'Brien2001-07-211-21/+16
| | | | | | | | share a single conf file anymore -- the needs of our ARCH platforms are too different. Notes: svn path=/stable/4/; revision=80100
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-07-211-0/+29
| | | | Notes: svn path=/stable/4/; revision=80097
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-041-0/+38
| | | | Notes: svn path=/stable/4/; revision=62529
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-47/+0
| | | | Notes: svn path=/stable/4/; revision=57955
* The best way to remove IPv6 things is to remove lines with the patternBrian Feldman2000-02-271-6/+2
| | | | | | | | | 'IPv6', and it's not necessary to do it explicitly per entry. Approved by: jkh Notes: svn path=/head/; revision=57532
* Elide INET6 related options for boot floppies.Jordan K. Hubbard2000-02-261-0/+6
| | | | Notes: svn path=/head/; revision=57525
* s/pass0/pass/ so the passthrough device is removed from BOOTMFS.Peter Wemm2000-01-251-2/+2
| | | | Notes: svn path=/head/; revision=56578
* kernel space savings allow reactivation of NFS installs.Jordan K. Hubbard2000-01-031-1/+0
| | | | Notes: svn path=/head/; revision=55331
* Sacrifice, for now, NFS and NETGRAPH on the alpha boot floppyJordan K. Hubbard1999-12-251-3/+26
| | | | | | | | so that we can get it back onto 1.44MB boot media again. This does not affect the i386 class build. Notes: svn path=/head/; revision=55096
* Add options NETGRAPH, NETGRAPH_PPPOE and NETGRAPH_SOCKETBrian Somers1999-11-201-0/+3
| | | | | | | to the release kernel. Notes: svn path=/head/; revision=53454
* Don't need to add bpf anymore.Jordan K. Hubbard1999-09-141-3/+0
| | | | Notes: svn path=/head/; revision=51284
* Bump maxusers in installation kernel down to something more low-memoryJordan K. Hubbard1999-09-081-0/+4
| | | | | | | friendly. Notes: svn path=/head/; revision=51071
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-1/+1
| | | | Notes: svn path=/head/; revision=48645