diff options
author | jkh <jkh@FreeBSD.org> | 2000-10-17 22:16:15 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2000-10-17 22:16:15 +0000 |
commit | cd3e66a7ca916ac4a021072c2c3fa34c77e6cfa5 (patch) | |
tree | 90c5ac5b48c6d968948a73f3ca0cf7b9898391c3 /release/alpha | |
parent | ecefde96a3ee9cdedcd6cd4f2290cf120b066bdd (diff) | |
download | FreeBSD-src-cd3e66a7ca916ac4a021072c2c3fa34c77e6cfa5.zip FreeBSD-src-cd3e66a7ca916ac4a021072c2c3fa34c77e6cfa5.tar.gz |
Remove random from boot floppy on advice of Mark Murray
Diffstat (limited to 'release/alpha')
-rwxr-xr-x | release/alpha/dokern.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index c8c401b..dc0a563 100755 --- a/release/alpha/dokern.sh +++ b/release/alpha/dokern.sh @@ -45,6 +45,7 @@ sed -e '/ pci$/d' \ -e '/gif/d' \ -e '/faith/d' \ -e '/gzip/d' \ + -e '/random/d' \ -e '/splash/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ @@ -66,6 +67,7 @@ sed -e '/pty/d' \ -e '/gif/d' \ -e '/faith/d' \ -e '/gzip/d' \ + -e '/random/d' \ -e '/splash/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ @@ -95,6 +97,7 @@ sed -e '/pty/d' \ -e '/gif/d' \ -e '/faith/d' \ -e '/gzip/d' \ + -e '/random/d' \ -e '/splash/d' \ -e '/PROCFS/d' \ -e '/KTRACE/d' \ |