aboutsummaryrefslogtreecommitdiff
path: root/release/amd64
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-10-24 18:48:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-10-24 18:48:16 +0000
commit127bc4f9e66edc794ffccd7bcb957549ed72f780 (patch)
tree7295f0a9514cf5cc7ff7a4ee52a5e4c07abf602d /release/amd64
parentcaf6015598689d597bc252c72acfb6f053689612 (diff)
downloadsrc-127bc4f9e66edc794ffccd7bcb957549ed72f780.tar.gz
src-127bc4f9e66edc794ffccd7bcb957549ed72f780.zip
Dike out more for the i386 release build: NCR SCSI card; anchient WDC
SCSI card (should it ever find its way into GENERIC); LPT (we don't need to print during install time); the parallel 'geek' port; generic USB driver (thus some attached USB devices will not be detected and thus the user may wonder what is going on, we couldn't do anything with the device if only ugen attached to it anyway and we are getting very, very low on available space; USB "Human Interface Devices" as we don't do anything with them during installation; and USB printers (same argument as LPT).
Notes
Notes: svn path=/head/; revision=67515
Diffstat (limited to 'release/amd64')
-rwxr-xr-xrelease/amd64/dokern.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index dc0a56313eee..5095cbb3cfd7 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/dokern.sh
@@ -75,7 +75,14 @@ sed -e '/pty/d' \
-e '/SOFTUPDATES/d' \
-e '/MFS/d' \
-e '/NFS_ROOT/d' \
+ -e '/ncr/d' \
-e '/atapist/d' \
+ -e '/wds/d' \
+ -e '/lpt/d' \
+ -e '/ppi/d' \
+ -e '/ugen/d' \
+ -e '/uhid/d' \
+ -e '/ulpt/d' \
-e '/urio/d' \
-e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'