From bed73a244fdc6c6b83178d22e5b151860ccb5a4f Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 14 Nov 2000 01:15:02 +0000 Subject: 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 :-) --- release/scripts/dokern.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'release/scripts') diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh index 6297bbdf8b3f..f0515e2bafa7 100755 --- a/release/scripts/dokern.sh +++ b/release/scripts/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' \ -- cgit v1.3