- Remove the UFS_ACL option from the boot floppies.

- Remove duplicate entries.
This commit is contained in:
Yoshihiro Takahashi 2002-10-20 15:37:32 +00:00
parent 362ebd996c
commit b6e566c93b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105526
3 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ sed -e '/ pty /d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/SOFTUPDATES/d' \
-e '/UFS_ACL/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \
-e '/NFSSERVER/d' \

View File

@ -17,6 +17,7 @@ sed -e '/ pty /d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/SOFTUPDATES/d' \
-e '/UFS_ACL/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \
-e '/NFSSERVER/d' \

View File

@ -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' \