summaryrefslogtreecommitdiffstats
path: root/release/amd64/boot_crunch.conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-09-22 00:16:23 +0000
committerjkh <jkh@FreeBSD.org>1998-09-22 00:16:23 +0000
commit00d538c115c57e25d1ce0d823814c33d8ed298df (patch)
treed3777a09f458409f79257f76c57951f508d6fd92 /release/amd64/boot_crunch.conf
parent02dd0fbefc229a51f24bcf7d940476e850a6f691 (diff)
downloadFreeBSD-src-00d538c115c57e25d1ce0d823814c33d8ed298df.zip
FreeBSD-src-00d538c115c57e25d1ce0d823814c33d8ed298df.tar.gz
Revert my change to use minigzip. Apparently, this thing is too "mini"
to actually work in this application. Urk. This probably explains the problems people have been having with installing -snap. My bad. Will fix and upload a new beta snap to ftp.freebsd.org. Noted by: jhay
Diffstat (limited to 'release/amd64/boot_crunch.conf')
-rw-r--r--release/amd64/boot_crunch.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/release/amd64/boot_crunch.conf b/release/amd64/boot_crunch.conf
index 583abf0..2927029 100644
--- a/release/amd64/boot_crunch.conf
+++ b/release/amd64/boot_crunch.conf
@@ -1,15 +1,14 @@
-# $Id: boot_crunch.conf,v 1.33 1998/01/17 14:21:19 brian Exp $
+# $Id: boot_crunch.conf,v 1.34 1998/09/19 01:47:07 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
progs pwd ft ppp
-progs sysinstall newfs minigzip cpio bad144 fsck ifconfig route slattach
+progs sysinstall newfs gzip cpio bad144 fsck ifconfig route slattach
progs mount_nfs
-ln minigzip gzip
-ln minigzip gunzip
-ln minigzip zcat
+ln gzip gunzip
+ln gzip zcat
ln sh -sh
libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz
OpenPOWER on IntegriCloud