aboutsummaryrefslogtreecommitdiff
path: root/release/i386/dokern.sh
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-11-14 01:15:02 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-11-14 01:15:02 +0000
commitbed73a244fdc6c6b83178d22e5b151860ccb5a4f (patch)
treea114b996022258a5ef2b176ebdd50b7d51163f47 /release/i386/dokern.sh
parent4dc665b8bf077b34a15dc7abfcb882d20345eb71 (diff)
downloadsrc-bed73a244fdc6c6b83178d22e5b151860ccb5a4f.tar.gz
src-bed73a244fdc6c6b83178d22e5b151860ccb5a4f.zip
Don't put pcm device on boot floppies (yet - it would be kinda nice to be
able to play a little Joe Satriani during installs :-)
Notes
Notes: svn path=/head/; revision=68698
Diffstat (limited to 'release/i386/dokern.sh')
-rwxr-xr-xrelease/i386/dokern.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh
index 6297bbdf8b3f..f0515e2bafa7 100755
--- a/release/i386/dokern.sh
+++ b/release/i386/dokern.sh
@@ -53,6 +53,7 @@ sed -e '/ pci$/d' \
-e '/SOFTUPDATES/d' \
-e '/MFS/d' \
-e '/NFS_ROOT/d' \
+ -e '/pcm/d' \
-e '/atapist/d' \
-e '/ugen/d' \
-e '/uhid/d' \
@@ -80,6 +81,7 @@ sed -e '/pty/d' \
-e '/MFS/d' \
-e '/NFS_ROOT/d' \
-e '/ncr/d' \
+ -e '/pcm/d' \
-e '/atapist/d' \
-e '/wds/d' \
-e '/lpt/d' \
@@ -119,6 +121,7 @@ sed -e '/pty/d' \
-e '/NFS_ROOT/d' \
-e '/MSDOSFS/d' \
-e '/ncr/d' \
+ -e '/pcm/d' \
-e '/atapist/d' \
-e '/lpt/d' \
-e '/ppi/d' \