summaryrefslogtreecommitdiffstats
path: root/release/fixit_crunch.conf
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/fixit_crunch.conf
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/fixit_crunch.conf')
-rw-r--r--release/fixit_crunch.conf9
1 files changed, 3 insertions, 6 deletions
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