aboutsummaryrefslogtreecommitdiff
path: root/release/pc98
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2002-10-20 15:37:32 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2002-10-20 15:37:32 +0000
commitb6e566c93b1b1b1442ff78502ba82b867761250a (patch)
treed8a4f7e52d9dff8d20526625f0294a6e014581fb /release/pc98
parent362ebd996c6d3531563a448b6da216dc21c5993d (diff)
- Remove the UFS_ACL option from the boot floppies.
- Remove duplicate entries.
Notes
Notes: svn path=/head/; revision=105526
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 22a817217cba..942dbd11962a 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' \