diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-27 20:49:59 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-27 20:49:59 +0000 |
commit | 0212caaf3f757dd2729f64d6db2f6c5c22c55bec (patch) | |
tree | 917151b811de3de876c68f186f5c92f258861f49 /release/amd64 | |
parent | 009b38a00cd88b240c873ba5ab9af722bafbe1e4 (diff) | |
download | FreeBSD-src-0212caaf3f757dd2729f64d6db2f6c5c22c55bec.zip FreeBSD-src-0212caaf3f757dd2729f64d6db2f6c5c22c55bec.tar.gz |
1. Remove slattach from the root_crunch floppy and stick it on the boot
floppy (for slip install).
2. Try to work around a bodge in the ftp extraction loop where FtpEOF() was
being called more than once. Also fix a problem where the URL was getting
smashed in the environment by copying it to a temporary area before we
jump up and down on it.
Diffstat (limited to 'release/amd64')
-rw-r--r-- | release/amd64/boot_crunch.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/amd64/boot_crunch.conf b/release/amd64/boot_crunch.conf index 2792d28..4ef0d39 100644 --- a/release/amd64/boot_crunch.conf +++ b/release/amd64/boot_crunch.conf @@ -1,11 +1,11 @@ -# $Id: boot_crunch.conf,v 1.15 1995/05/26 21:15:47 jkh Exp $ +# $Id: boot_crunch.conf,v 1.16 1995/05/27 11:18:52 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 ls cat df sh pwd find progs mount mount_cd9660 mount_msdos mount_nfs ping ppp umount -progs sysinstall newfs gzip cpio bad144 fsck ifconfig route +progs sysinstall newfs gzip cpio bad144 fsck ifconfig route slattach ln gzip gunzip ln gzip zcat ln sh -sh |