diff options
author | jkh <jkh@FreeBSD.org> | 1999-07-19 10:53:54 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-07-19 10:53:54 +0000 |
commit | 0cabe704299fcebdc2868574a9189e45093b33b6 (patch) | |
tree | 2b176215f5c079d472a2e0422b95e05261c000a4 /release/boot_crunch.conf.generic | |
parent | 2f36b650f15f5be85e00895c15191aa32822d872 (diff) | |
download | FreeBSD-src-0cabe704299fcebdc2868574a9189e45093b33b6.zip FreeBSD-src-0cabe704299fcebdc2868574a9189e45093b33b6.tar.gz |
Add /bin/test to the boot floppy. Guess we'll have to sync this up
with boot_crunch.conf.pccard at some point?
Diffstat (limited to 'release/boot_crunch.conf.generic')
-rw-r--r-- | release/boot_crunch.conf.generic | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/release/boot_crunch.conf.generic b/release/boot_crunch.conf.generic index 33214fe..b7915b9 100644 --- a/release/boot_crunch.conf.generic +++ b/release/boot_crunch.conf.generic @@ -1,9 +1,9 @@ -# $Id: boot_crunch.conf.generic,v 1.2 1999/07/17 19:30:01 jkh Exp $ +# $Id: boot_crunch.conf.generic,v 1.3 1999/07/18 02:20:55 jkh Exp $ 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 +progs sh find sed test progs pwd ppp progs sysinstall newfs minigzip cpio bad144 fsck ifconfig route slattach progs mount_nfs @@ -12,6 +12,7 @@ ln minigzip gzip ln minigzip gunzip ln minigzip zcat ln sh -sh +ln test [ libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx |