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 \
|
2002-11-11 10:13:30 +00:00
|
|
|
-e '/DDB/d' \
|
|
|
|
-e '/DEBUG/d' \
|
2002-11-08 13:58:48 +00:00
|
|
|
-e '/DEC_KN8AE/d' \
|
2002-11-11 10:13:30 +00:00
|
|
|
-e '/INVARIANTS/d' \
|
|
|
|
-e '/INVARIANT_SUPPORT/d' \
|
|
|
|
-e '/KTRACE/d' \
|
|
|
|
-e '/MSDOSFS/d' \
|
2001-11-15 15:58:01 +00:00
|
|
|
-e '/NFSSERVER/d' \
|
2001-04-07 06:12:10 +00:00
|
|
|
-e '/NFS_ROOT/d' \
|
1999-12-25 07:22:10 +00:00
|
|
|
-e '/PROCFS/d' \
|
2002-11-11 10:13:30 +00:00
|
|
|
-e '/PSEUDOFS/d' \
|
|
|
|
-e '/SMP/d' \
|
|
|
|
-e '/SOFTUPDATES/d' \
|
1999-12-25 07:22:10 +00:00
|
|
|
-e '/SYSV/d' \
|
2002-11-11 10:13:30 +00:00
|
|
|
-e '/UFS_ACL/d' \
|
|
|
|
-e '/UFS_DIRHASH/d' \
|
2000-11-27 09:29:40 +00:00
|
|
|
-e '/_KPOSIX_PRIORITY_SCHEDULING/d' \
|
2002-11-11 10:13:30 +00:00
|
|
|
-e '/ atapifd /d' \
|
|
|
|
-e '/ atapist /d' \
|
|
|
|
-e '/ aue /d' \
|
|
|
|
-e '/ ch /d' \
|
|
|
|
-e '/ cue /d' \
|
|
|
|
-e '/ faith /d' \
|
|
|
|
-e '/ gif /d' \
|
|
|
|
-e '/ kue /d' \
|
|
|
|
-e '/ lpt /d' \
|
|
|
|
-e '/ ohci /d' \
|
|
|
|
-e '/ pass /d' \
|
|
|
|
-e '/ ppbus /d' \
|
|
|
|
-e '/ ppc$/d' \
|
|
|
|
-e '/ ppi /d' \
|
|
|
|
-e '/ ppp /d' \
|
|
|
|
-e '/ pty /d' \
|
|
|
|
-e '/ random /d' \
|
|
|
|
-e '/ sa /d' \
|
|
|
|
-e '/ ses /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 '/ sf /d' \
|
|
|
|
-e '/ sis /d' \
|
2002-11-11 10:13:30 +00:00
|
|
|
-e '/ sl /d' \
|
|
|
|
-e '/ splash /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 '/ ste /d' \
|
2002-11-11 10:13:30 +00:00
|
|
|
-e '/ ugen /d' \
|
|
|
|
-e '/ uhci /d' \
|
|
|
|
-e '/ uhid /d' \
|
|
|
|
-e '/ ukbd /d' \
|
|
|
|
-e '/ ulpt /d' \
|
|
|
|
-e '/ umass /d' \
|
|
|
|
-e '/ ums /d' \
|
|
|
|
-e '/ usb /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 '/ wb /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
|
2002-11-08 13:58:48 +00:00
|
|
|
echo "maxusers 2"
|
1999-09-08 04:46:35 +00:00
|
|
|
|
1998-11-11 08:46:54 +00:00
|
|
|
echo "options SCSI_NO_OP_STRINGS"
|
|
|
|
echo "options SCSI_NO_SENSE_STRINGS"
|