summaryrefslogtreecommitdiffstats
path: root/release/alpha/dokern.sh
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-05 14:44:46 +0000
committerru <ru@FreeBSD.org>2002-11-05 14:44:46 +0000
commit1c16c4fa96894c8d34220afafbbda02cefae66da (patch)
tree4b3b5575050dc9025b43838d71827d3a179d49f0 /release/alpha/dokern.sh
parent3edca81a10b003fb202b95de032e5d8de6b7a00c (diff)
downloadFreeBSD-src-1c16c4fa96894c8d34220afafbbda02cefae66da.zip
FreeBSD-src-1c16c4fa96894c8d34220afafbbda02cefae66da.tar.gz
Fixes to unbreak Alpha releases:
Strip ${RD}/mfsfd/stand/etc/defaults/rc.conf. Don't copy loader.help to ${RD}/mfsfd/boot, it serves no useful purpose. Removed the now no-op commands to copy ${RD}/trees/base/dev bits to ${RD}/mfsfd/dev, now that DEVFS is the default. Removed UFS_ACL, PSEUDOFS, and COMPAT_FREEBSD4 options from the BOOTMFS kernel. Moved miibus network module to the drivers floppy. isp(4) and mpt(4) now have corresponding modules, move them to the third floppy as well. Caution! With these changes, mfsroot.flp has only 11K left, and kern.flp has even less -- 5K.
Diffstat (limited to 'release/alpha/dokern.sh')
-rwxr-xr-xrelease/alpha/dokern.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh
index c0a47cf..39210ff 100755
--- a/release/alpha/dokern.sh
+++ b/release/alpha/dokern.sh
@@ -7,11 +7,13 @@ sed \
-e '/DEC_3000_300/d' \
-e '/DEC_3000_500/d' \
-e '/SOFTUPDATES/d' \
+ -e '/UFS_ACL/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \
-e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \
-e '/MSDOSFS/d' \
+ -e '/PSEUDOFS/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
@@ -24,6 +26,7 @@ sed \
-e '/WITNESS/d' \
-e '/AHC_REG_PRETTY_PRINT/d' \
-e '/AHD_REG_PRETTY_PRINT/d' \
+ -e '/COMPAT_FREEBSD4/d' \
-e '/SMP/d' \
-e '/atapifd/d' \
-e '/atapist/d' \
@@ -73,6 +76,8 @@ sed \
-e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
+echo "options NO_COMPAT_FREEBSD4"
+
# reset maxusers to something lower
echo "maxusers 5"
OpenPOWER on IntegriCloud