summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1999-12-14 22:41:09 +0000
committerjoerg <joerg@FreeBSD.org>1999-12-14 22:41:09 +0000
commit28f8af6c9149cf6afb36407a118c6a2a50800e32 (patch)
treeb39e8a05a181d3801f0c63a6ba45d42e4d49bf15 /release
parent1283b07cd19fe721b459469d920949fd78fd1b73 (diff)
downloadFreeBSD-src-28f8af6c9149cf6afb36407a118c6a2a50800e32.zip
FreeBSD-src-28f8af6c9149cf6afb36407a118c6a2a50800e32.tar.gz
Step #2 of fixing the fixit floppy.
Kill duplicates for programs that have been in the boot crunched image as well as on the fixit floppy (pwd, newfs, hostname, test). Our space is really too valuable to have them around there twice. I doubt pwd needs to be there at all since it's a builtin into sh(1) anyway (oh, and the same applies to test(1) IIRC), but heck, leave them by now. Use the new `fixit' target in MAKEDEV to create the /dev nodes on the floppy, instead of including the kitchensink... Finally, tune the values used for creating the floppy. I currently end up with Filesystem 1K-blocks Used Avail Capacity iused ifree %iused /dev/vnn0c 1363 1301 -47 104% 368 14 96% ...which is not quite ideal yet, but at least a working configuration again.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile8
-rw-r--r--release/alpha/fixit_crunch.conf9
-rw-r--r--release/boot_crunch.conf.generic1
-rw-r--r--release/boot_crunch.conf.pccard1
-rw-r--r--release/fixit_crunch.conf9
5 files changed, 12 insertions, 16 deletions
diff --git a/release/Makefile b/release/Makefile
index 95a78d7..a84fbbc 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -88,17 +88,17 @@ MFSSIZE= 2880
BIGBOOTSIZE= 2880
BOOTINODE= 80000
MFSINODE= 8000
-FIXITINODE= 2000
+FIXITINODE= 4000
BOOTLABEL= fd1440
FIXITLABEL= fd1440
BIGBOOTLABEL= minimum2
MFSLABEL= minimum2
# overrides.
-#.if ${MACHINE_ARCH} == "alpha"
+.if ${MACHINE_ARCH} == "alpha"
FIXITSIZE= 2880
FIXITLABEL= minimum2
-#.endif
+.endif
ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
@@ -520,7 +520,7 @@ release.9:
@( cd ${RD}/fixitfd/dev && \
sed -e '/^PATH/s/^/#/' ${RD}/trees/bin/dev/MAKEDEV > MAKEDEV && \
chmod 755 MAKEDEV && \
- sh MAKEDEV all )
+ sh MAKEDEV fixit )
@cp ${RD}/trees/bin/etc/spwd.db ${RD}/trees/bin/etc/group \
${RD}/trees/bin/etc/protocols ${RD}/fixitfd/etc
@cp ${RD}/trees/bin/usr/share/misc/scsi_modes \
diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf
index 938652c..08ccb4a 100644
--- a/release/alpha/fixit_crunch.conf
+++ b/release/alpha/fixit_crunch.conf
@@ -13,20 +13,17 @@ srcdirs /usr/src/sbin/i386
# /bin stuff
-progs cat chmod chroot cp dd df echo expr hostname kill ln ls mkdir
-progs mv pwd rm rmdir sleep sync test
-
-ln test [
+progs cat chmod chroot cp dd df echo expr kill ln ls mkdir
+progs mv rm rmdir sleep sync
# /sbin stuff
progs chown clri disklabel dmesg fdisk
-progs mknod mount newfs ping reboot restore swapon umount
+progs mknod mount ping reboot restore swapon umount
progs mount_msdos mount_cd9660
ln restore rrestore
-ln newfs mount_mfs
ln chown chgrp
# /usr/bin stuff
diff --git a/release/boot_crunch.conf.generic b/release/boot_crunch.conf.generic
index a534500..5796566 100644
--- a/release/boot_crunch.conf.generic
+++ b/release/boot_crunch.conf.generic
@@ -13,6 +13,7 @@ ln minigzip gunzip
ln minigzip zcat
ln sh -sh
ln test [
+ln newfs mount_mfs
libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph
libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx
diff --git a/release/boot_crunch.conf.pccard b/release/boot_crunch.conf.pccard
index 98f6e9c..5b40509 100644
--- a/release/boot_crunch.conf.pccard
+++ b/release/boot_crunch.conf.pccard
@@ -16,6 +16,7 @@ ln minigzip gunzip
ln minigzip zcat
ln sh -sh
ln test [
+ln newfs mount_mfs
libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph
libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx
diff --git a/release/fixit_crunch.conf b/release/fixit_crunch.conf
index 938652c..08ccb4a 100644
--- a/release/fixit_crunch.conf
+++ b/release/fixit_crunch.conf
@@ -13,20 +13,17 @@ srcdirs /usr/src/sbin/i386
# /bin stuff
-progs cat chmod chroot cp dd df echo expr hostname kill ln ls mkdir
-progs mv pwd rm rmdir sleep sync test
-
-ln test [
+progs cat chmod chroot cp dd df echo expr kill ln ls mkdir
+progs mv rm rmdir sleep sync
# /sbin stuff
progs chown clri disklabel dmesg fdisk
-progs mknod mount newfs ping reboot restore swapon umount
+progs mknod mount ping reboot restore swapon umount
progs mount_msdos mount_cd9660
ln restore rrestore
-ln newfs mount_mfs
ln chown chgrp
# /usr/bin stuff
OpenPOWER on IntegriCloud