From 3acffb677b72928067aa8bfcc21992612b1de716 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 14 Sep 1999 18:43:35 +0000 Subject: [PATCH] Don't need to add bpf anymore. --- release/alpha/dokern.sh | 3 --- release/amd64/dokern.sh | 3 --- release/i386/dokern.sh | 3 --- release/pc98/dokern.sh | 3 --- release/scripts/dokern.sh | 3 --- 5 files changed, 15 deletions(-) diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index 5a7a7a56064e..da9b6f2dc32a 100755 --- a/release/alpha/dokern.sh +++ b/release/alpha/dokern.sh @@ -12,9 +12,6 @@ sed -e '/pty/d' \ -e '/maxusers/d' \ -e 's/GENERIC/BOOTMFS/g' -# So dhclient will work (just on boot floppy). -echo "pseudo-device bpf 4" - # reset maxusers to something lower echo "maxusers 5" diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh index 5a7a7a56064e..da9b6f2dc32a 100755 --- a/release/amd64/dokern.sh +++ b/release/amd64/dokern.sh @@ -12,9 +12,6 @@ sed -e '/pty/d' \ -e '/maxusers/d' \ -e 's/GENERIC/BOOTMFS/g' -# So dhclient will work (just on boot floppy). -echo "pseudo-device bpf 4" - # reset maxusers to something lower echo "maxusers 5" diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index 5a7a7a56064e..da9b6f2dc32a 100755 --- a/release/i386/dokern.sh +++ b/release/i386/dokern.sh @@ -12,9 +12,6 @@ sed -e '/pty/d' \ -e '/maxusers/d' \ -e 's/GENERIC/BOOTMFS/g' -# So dhclient will work (just on boot floppy). -echo "pseudo-device bpf 4" - # reset maxusers to something lower echo "maxusers 5" diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh index 5a7a7a56064e..da9b6f2dc32a 100755 --- a/release/pc98/dokern.sh +++ b/release/pc98/dokern.sh @@ -12,9 +12,6 @@ sed -e '/pty/d' \ -e '/maxusers/d' \ -e 's/GENERIC/BOOTMFS/g' -# So dhclient will work (just on boot floppy). -echo "pseudo-device bpf 4" - # reset maxusers to something lower echo "maxusers 5" diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh index 5a7a7a56064e..da9b6f2dc32a 100755 --- a/release/scripts/dokern.sh +++ b/release/scripts/dokern.sh @@ -12,9 +12,6 @@ sed -e '/pty/d' \ -e '/maxusers/d' \ -e 's/GENERIC/BOOTMFS/g' -# So dhclient will work (just on boot floppy). -echo "pseudo-device bpf 4" - # reset maxusers to something lower echo "maxusers 5"