aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-05-02 17:47:08 +0000
committerScott Long <scottl@FreeBSD.org>2003-05-02 17:47:08 +0000
commit2163f9d31bc278643c87feafae3c1b9d17d9cc54 (patch)
tree4f6d8c19df470af47d577d324e9fe76aad9ceea0
parent79f92e259757ac1b6882aa75ee8d8df3048ea01d (diff)
downloadsrc-2163f9d31bc278643c87feafae3c1b9d17d9cc54.tar.gz
src-2163f9d31bc278643c87feafae3c1b9d17d9cc54.zip
pc98 has it's own release subdir, so it's safe to remove the stg, ncv, and
nsp drivers from the i386 floppies. Suggested by: bmah
Notes
Notes: svn path=/head/; revision=114542
-rwxr-xr-xrelease/amd64/dokern.sh3
-rwxr-xr-xrelease/i386/dokern.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/release/amd64/dokern.sh b/release/amd64/dokern.sh
index 0648c9660bee..f178b5350bfe 100755
--- a/release/amd64/dokern.sh
+++ b/release/amd64/dokern.sh
@@ -38,6 +38,9 @@ sed \
-e '/ ulpt /d' \
-e '/ urio /d' \
-e '/ uscanner /d' \
+ -e '/ ncv /d' \
+ -e '/ nsp /d' \
+ -e '/ stg /d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
echo "options NETGRAPH"
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh
index 0648c9660bee..f178b5350bfe 100755
--- a/release/i386/dokern.sh
+++ b/release/i386/dokern.sh
@@ -38,6 +38,9 @@ sed \
-e '/ ulpt /d' \
-e '/ urio /d' \
-e '/ uscanner /d' \
+ -e '/ ncv /d' \
+ -e '/ nsp /d' \
+ -e '/ stg /d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
echo "options NETGRAPH"