summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-26 15:14:11 +0000
committerjkh <jkh@FreeBSD.org>1999-01-26 15:14:11 +0000
commitc6b1939fc8152bab66b4e4817e72cd7bd193a0a6 (patch)
tree8cdc4e0ea1cbf84666d150749ff2b78cf990f8f0 /release/scripts
parent4f98a3562a59e142ae853eef5c94a7e8ffc18616 (diff)
downloadFreeBSD-src-c6b1939fc8152bab66b4e4817e72cd7bd193a0a6.zip
FreeBSD-src-c6b1939fc8152bab66b4e4817e72cd7bd193a0a6.tar.gz
1. Adjust fs sizes to get floppies back under control.
2. Viciously slash all CD support out of boot.flp. It's basically just a net boot floppy now.
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/doFS.sh2
-rwxr-xr-xrelease/scripts/dokern.sh17
2 files changed, 14 insertions, 5 deletions
diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh
index 0a63dee..ec56ae7 100644
--- a/release/scripts/doFS.sh
+++ b/release/scripts/doFS.sh
@@ -43,7 +43,7 @@ do
vnconfig -s labels -c /dev/r${VNDEVICE} ${FSIMG}
disklabel -Brw /dev/r${VNDEVICE} ${FSLABEL}
- newfs -u 0 -t 0 -i ${FSINODE} -m 0 -T ${FSLABEL} -o space /dev/r${VNDEVICE}c
+ newfs -i ${FSINODE} -T ${FSLABEL} -o space /dev/r${VNDEVICE}c
mount /dev/${VNDEVICE}c ${MNT}
diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh
index 0f6cac8..53cb8eb 100755
--- a/release/scripts/dokern.sh
+++ b/release/scripts/dokern.sh
@@ -13,19 +13,28 @@ fi
if [ "$MFS" = "YES" ]; then
sed -e '/pty/d' \
- -e '/wfd0/d' \
+ -e '/acd0/d' \
+ -e '/cd0/d' \
-e '/mcd0/d' \
-e '/matcd0/d' \
-e '/scd0/d' \
+ -e '/ft0/d' \
-e '/wt0/d' \
+ -e '/wfd0/d' \
-e '/pass0/d' \
-e '/apm0/d' \
- -e '/ft0/d' \
-e '/ppp/d' \
+ -e '/eisa0/d' \
+ -e '/aha0/d' \
+ -e '/ahb0/d' \
+ -e '/bt0/d' \
+ -e '/fd1/d' \
+ -e '/splash/d' \
-e '/gzip/d' \
- -e '/isp0/d' \
-e '/NFS/d' \
-e '/PROCFS/d' \
+ -e '/MSDOSFS/d' \
+ -e '/CD9660/d' \
-e '/SYSVSHM/d' \
-e '/KTRACE/d' \
-e '/MATH_EMULATE/d' \
@@ -37,11 +46,11 @@ else
-e '/apm0/d' \
-e '/ppp/d' \
-e '/gzip/d' \
+ -e '/splash/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e 's/GENERIC/BOOTMFS/g'
fi
echo "options NFS_NOSERVER"
-echo 'options "MAXCONS=4"'
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"
OpenPOWER on IntegriCloud