From 28f8af6c9149cf6afb36407a118c6a2a50800e32 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 14 Dec 1999 22:41:09 +0000 Subject: 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. --- release/alpha/fixit_crunch.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'release/alpha') 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 -- cgit v1.1