summaryrefslogtreecommitdiffstats
path: root/release/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-10-20 15:37:32 +0000
committernyan <nyan@FreeBSD.org>2002-10-20 15:37:32 +0000
commit55f3eed397a3ee1c6f27d8ab3e01f629da0fc174 (patch)
treed8a4f7e52d9dff8d20526625f0294a6e014581fb /release/pc98
parent2724fc01e1373aaaeaf05b9bbc2ead4614d54d9d (diff)
downloadFreeBSD-src-55f3eed397a3ee1c6f27d8ab3e01f629da0fc174.zip
FreeBSD-src-55f3eed397a3ee1c6f27d8ab3e01f629da0fc174.tar.gz
- Remove the UFS_ACL option from the boot floppies.
- Remove duplicate entries.
Diffstat (limited to 'release/pc98')
-rwxr-xr-xrelease/pc98/dokern.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
index 22a8172..942dbd1 100755
--- a/release/pc98/dokern.sh
+++ b/release/pc98/dokern.sh
@@ -15,6 +15,7 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
-e '/maxusers/d' \
-e '/DEBUG/d' \
-e '/SOFTUPDATES/d' \
+ -e '/UFS_ACL/d' \
-e '/UFS_DIRHASH/d' \
-e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \
@@ -53,9 +54,6 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
-e '/ amd /d' \
-e '/ isp /d' \
-e '/ sym /d' \
- -e '/ ppc$/d' \
- -e '/ ppbus /d' \
- -e '/ plip /d' \
-e '/ de /d' \
-e '/ em /d' \
-e '/ txp /d' \
@@ -79,6 +77,7 @@ sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
-e '/maxusers/d' \
-e '/DEBUG/d' \
-e '/SOFTUPDATES/d' \
+ -e '/UFS_ACL/d' \
-e '/UFS_DIRHASH/d' \
-e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \
OpenPOWER on IntegriCloud