summaryrefslogtreecommitdiffstats
path: root/release/i386/dokern.sh
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-10-24 18:48:16 +0000
committerobrien <obrien@FreeBSD.org>2000-10-24 18:48:16 +0000
commita1c7de68393f85911ec7d2d71e70d209e12a60b8 (patch)
tree5993530a5b5bcb80df28bb2b6b84502739a3d6d6 /release/i386/dokern.sh
parent3444fc22f5e4622db5564f9bb1380419ecda5bfe (diff)
downloadFreeBSD-src-a1c7de68393f85911ec7d2d71e70d209e12a60b8.zip
FreeBSD-src-a1c7de68393f85911ec7d2d71e70d209e12a60b8.tar.gz
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).
Diffstat (limited to 'release/i386/dokern.sh')
-rwxr-xr-xrelease/i386/dokern.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh
index dc0a563..5095cbb 100755
--- a/release/i386/dokern.sh
+++ b/release/i386/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'
OpenPOWER on IntegriCloud