diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-10 17:20:23 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-10 17:20:23 +0000 |
commit | dee6274b62230ce4d4218af9e42c0ed9318561d1 (patch) | |
tree | 61439a99a8293ce6883192579d52b69aa0a47add /release/amd64 | |
parent | ff339a1a6df6fc4ebcae6ccc2da1ff5984a3bf46 (diff) | |
download | FreeBSD-src-dee6274b62230ce4d4218af9e42c0ed9318561d1.zip FreeBSD-src-dee6274b62230ce4d4218af9e42c0ed9318561d1.tar.gz |
Remove ncftp from cpio - we don't need it any more.
Adjust boot floppy to (hopefully) include libdisk in the crunch.
Diffstat (limited to 'release/amd64')
-rw-r--r-- | release/amd64/boot_crunch.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/amd64/boot_crunch.conf b/release/amd64/boot_crunch.conf index 09b7b26..98c4374 100644 --- a/release/amd64/boot_crunch.conf +++ b/release/amd64/boot_crunch.conf @@ -1,4 +1,4 @@ -# $Id: boot_crunch.conf,v 1.1 1995/02/25 22:08:46 phk Exp $ +# $Id: boot_crunch.conf,v 1.2 1995/05/09 23:02:56 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 @@ -6,7 +6,7 @@ srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin # Programs from bin/ # progs sh mkdir rm mknod chmod expr # progs ln test mount umount cat mv sync cp -# progs cpio gzip sysinstall newfs +# progs cpio gzip newfs progs sysinstall newfs gzip cpio fsck dialog bad144 fsck ln gzip gunzip ln gzip zcat @@ -15,4 +15,4 @@ ln gzip zcat # ln test [ # libs -ll -ledit -ltermcap -lutil -lscrypt -libs -ldialog -lncurses -lmytinfo +libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk |