7f047619e3
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.
20 lines
532 B
Plaintext
20 lines
532 B
Plaintext
# $FreeBSD$
|
|
|
|
srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin
|
|
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386
|
|
|
|
progs sh find sed test
|
|
progs pwd ppp
|
|
progs sysinstall newfs minigzip cpio fsck ifconfig route slattach
|
|
progs mount_nfs
|
|
progs dhclient arp hostname
|
|
ln minigzip gzip
|
|
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
|