diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-22 20:20:50 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-09-22 20:20:50 +0000 |
commit | 96b90741d049e554ef902372eb06b7200ed28572 (patch) | |
tree | 70662519b8902fec10f58378ac7a3c28c005be53 /distrib/atari/inst-common/instbin.conf | |
parent | 225ce63f48419f38d25074d251906434051f0a81 (diff) |
Remove gzip from many install floppies; not needed with zlib part of pax/tar
Diffstat (limited to 'distrib/atari/inst-common/instbin.conf')
-rw-r--r-- | distrib/atari/inst-common/instbin.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/atari/inst-common/instbin.conf b/distrib/atari/inst-common/instbin.conf index 17c4aaa4ff2..948f99b3505 100644 --- a/distrib/atari/inst-common/instbin.conf +++ b/distrib/atari/inst-common/instbin.conf @@ -8,12 +8,11 @@ srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin srcdirs /usr/src/gnu/usr.bin progs cat chmod chown chroot cp dd df disklabel ed expr fsck ftp -progs gzip ifconfig init ln ls mkdir mknod more mount mount_cd9660 +progs ifconfig init ln ls mkdir mknod more mount mount_cd9660 progs mount_ffs mount_msdos mount_nfs mv newfs printf pwd reboot rm route sed progs sh shutdown slattach strings stty sync tar test tip umount update ln chown chgrp -ln gzip gzcat gunzip ln reboot halt ln sh -sh # init invokes the shell this way ln test [ @@ -22,4 +21,4 @@ ln mount_msdos msdos ln mount_nfs nfs ln mount_cd9660 cd9660 -libs -ledit -lutil -ltermcap -lcrypt -ll -lm +libs -ledit -lutil -ltermcap -lcrypt -ll -lz -lm |