1998-11-11 08:46:54 +00:00
|
|
|
#!/bin/sh
|
2001-04-08 23:09:21 +00:00
|
|
|
#
|
2000-07-16 06:33:13 +00:00
|
|
|
# $FreeBSD$
|
2001-04-08 23:09:21 +00:00
|
|
|
#
|
2000-07-16 06:33:13 +00:00
|
|
|
|
2001-04-07 06:12:10 +00:00
|
|
|
sed \
|
2000-11-27 09:29:40 +00:00
|
|
|
-e '/DEC_3000_300/d' \
|
|
|
|
-e '/DEC_3000_500/d' \
|
2001-04-07 06:12:10 +00:00
|
|
|
-e '/SOFTUPDATES/d' \
|
|
|
|
-e '/MFS/d' \
|
|
|
|
-e '/NFS_ROOT/d' \
|
|
|
|
-e '/MSDOSFS/d' \
|
1999-12-25 07:22:10 +00:00
|
|
|
-e '/PROCFS/d' \
|
|
|
|
-e '/KTRACE/d' \
|
|
|
|
-e '/SYSV/d' \
|
2000-11-27 09:29:40 +00:00
|
|
|
-e '/P1003_1B/d' \
|
|
|
|
-e '/_KPOSIX_PRIORITY_SCHEDULING/d' \
|
2001-04-15 19:37:28 +00:00
|
|
|
-e '/DEBUG/d' \
|
|
|
|
-e '/DDB/d' \
|
|
|
|
-e '/INVARIANTS/d' \
|
|
|
|
-e '/INVARIANT_SUPPORT/d' \
|
|
|
|
-e '/WITNESS/d' \
|
2001-04-07 06:12:10 +00:00
|
|
|
-e '/atapist/d' \
|
2001-04-15 19:34:40 +00:00
|
|
|
-e '/ ncr/d' \
|
Fix the install kernel on a 1.44MB floppy again.
I had to be aggressively Draconian to succeed.
I diked out:
+ Multia, NoName, PC/EB 64, Aspen Alpine support.
+ SCSI tape support
+ AMI MegaRAID controller support
+ All parallel bus support (includes PLIP)
+ vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915),
sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)),
wb (Winbond W89C840F) support.
If the removal of any of this support causes heartburn, please let me know.
2001-07-21 17:38:46 +00:00
|
|
|
-e '/ sa/d' \
|
2001-04-07 06:12:10 +00:00
|
|
|
-e '/pass/d' \
|
Fix the install kernel on a 1.44MB floppy again.
I had to be aggressively Draconian to succeed.
I diked out:
+ Multia, NoName, PC/EB 64, Aspen Alpine support.
+ SCSI tape support
+ AMI MegaRAID controller support
+ All parallel bus support (includes PLIP)
+ vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915),
sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)),
wb (Winbond W89C840F) support.
If the removal of any of this support causes heartburn, please let me know.
2001-07-21 17:38:46 +00:00
|
|
|
-e '/ amr/d' \
|
2001-04-07 06:12:10 +00:00
|
|
|
-e '/splash/d' \
|
|
|
|
-e '/ apm/d' \
|
|
|
|
-e '/pmtimer/d' \
|
2000-11-14 01:15:02 +00:00
|
|
|
-e '/pcm/d' \
|
Fix the install kernel on a 1.44MB floppy again.
I had to be aggressively Draconian to succeed.
I diked out:
+ Multia, NoName, PC/EB 64, Aspen Alpine support.
+ SCSI tape support
+ AMI MegaRAID controller support
+ All parallel bus support (includes PLIP)
+ vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915),
sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)),
wb (Winbond W89C840F) support.
If the removal of any of this support causes heartburn, please let me know.
2001-07-21 17:38:46 +00:00
|
|
|
-e '/ppc/d' \
|
|
|
|
-e '/ppbus/d' \
|
|
|
|
-e '/plip/d' \
|
2000-07-16 06:32:28 +00:00
|
|
|
-e '/lpt/d' \
|
|
|
|
-e '/ppi/d' \
|
|
|
|
-e '/vpo/d' \
|
2001-04-07 06:12:10 +00:00
|
|
|
-e '/ le /d' \
|
Fix the install kernel on a 1.44MB floppy again.
I had to be aggressively Draconian to succeed.
I diked out:
+ Multia, NoName, PC/EB 64, Aspen Alpine support.
+ SCSI tape support
+ AMI MegaRAID controller support
+ All parallel bus support (includes PLIP)
+ vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915),
sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)),
wb (Winbond W89C840F) support.
If the removal of any of this support causes heartburn, please let me know.
2001-07-21 17:38:46 +00:00
|
|
|
-e '/ xv /d' \
|
|
|
|
-e '/ pcn /d' \
|
|
|
|
-e '/ sf /d' \
|
|
|
|
-e '/ sis /d' \
|
|
|
|
-e '/ ste /d' \
|
|
|
|
-e '/ wb /d' \
|
2001-04-07 06:12:10 +00:00
|
|
|
-e '/random/d' \
|
|
|
|
-e '/gzip/d' \
|
|
|
|
-e '/ sl /d' \
|
|
|
|
-e '/ppp/d' \
|
|
|
|
-e '/pty/d' \
|
|
|
|
-e '/gif/d' \
|
|
|
|
-e '/faith/d' \
|
2000-07-16 06:32:28 +00:00
|
|
|
-e '/uhci/d' \
|
|
|
|
-e '/ohci/d' \
|
|
|
|
-e '/usb/d' \
|
|
|
|
-e '/ugen/d' \
|
|
|
|
-e '/uhid/d' \
|
|
|
|
-e '/ukbd/d' \
|
|
|
|
-e '/ulpt/d' \
|
|
|
|
-e '/umass/d' \
|
|
|
|
-e '/ums/d' \
|
2000-10-15 01:23:02 +00:00
|
|
|
-e '/urio/d' \
|
2000-10-25 15:21:19 +00:00
|
|
|
-e '/uscanner/d' \
|
2000-07-16 06:32:28 +00:00
|
|
|
-e '/aue/d' \
|
|
|
|
-e '/cue/d' \
|
|
|
|
-e '/kue/d' \
|
2000-09-29 03:24:03 +00:00
|
|
|
-e '/maxusers/d' \
|
2000-06-14 17:53:38 +00:00
|
|
|
-e 's/ident.*GENERIC/ident BOOTMFS/g'
|
1999-12-25 07:22:10 +00:00
|
|
|
|
1999-09-08 04:46:35 +00:00
|
|
|
# reset maxusers to something lower
|
|
|
|
echo "maxusers 5"
|
|
|
|
|
1998-11-11 08:46:54 +00:00
|
|
|
echo "options NFS_NOSERVER"
|
|
|
|
echo "options SCSI_NO_OP_STRINGS"
|
|
|
|
echo "options SCSI_NO_SENSE_STRINGS"
|