From a1c7de68393f85911ec7d2d71e70d209e12a60b8 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 24 Oct 2000 18:48:16 +0000 Subject: 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). --- release/alpha/dokern.sh | 7 +++++++ release/amd64/dokern.sh | 7 +++++++ release/i386/dokern.sh | 7 +++++++ release/pc98/dokern.sh | 7 +++++++ release/scripts/dokern.sh | 7 +++++++ 5 files changed, 35 insertions(+) (limited to 'release') diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index dc0a563..5095cbb 100755 --- a/release/alpha/dokern.sh +++ b/release/alpha/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' diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index dc0a563..5095cbb 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' 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' 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' diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh index dc0a563..5095cbb 100755 --- a/release/scripts/dokern.sh +++ b/release/scripts/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' -- cgit v1.1