diff options
author | obrien <obrien@FreeBSD.org> | 2000-10-24 18:48:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-10-24 18:48:16 +0000 |
commit | a1c7de68393f85911ec7d2d71e70d209e12a60b8 (patch) | |
tree | 5993530a5b5bcb80df28bb2b6b84502739a3d6d6 /release/pc98/dokern.sh | |
parent | 3444fc22f5e4622db5564f9bb1380419ecda5bfe (diff) | |
download | FreeBSD-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/pc98/dokern.sh')
-rwxr-xr-x | release/pc98/dokern.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index dc0a563..5095cbb 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/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' |