Date: Tue, 14 Dec 1999 14:41:10 -0800 (PST) From: Joerg Wunsch <joerg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile boot_crunch.conf.generic boot_crunch.conf.pccard fixit_crunch.conf Message-ID: <199912142241.OAA19688@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 1999/12/14 14:41:09 PST Modified files: release Makefile boot_crunch.conf.generic boot_crunch.conf.pccard fixit_crunch.conf Log: 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. Revision Changes Path 1.518 +5 -5 src/release/Makefile 1.9 +2 -1 src/release/boot_crunch.conf.generic 1.7 +2 -1 src/release/boot_crunch.conf.pccard 1.20 +4 -7 src/release/fixit_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912142241.OAA19688>