37f785d55d
floppies as long as they fit, but they are the first to be sacrificed if space is short, and get moved to a seperate rescue floppy. This means that the default fdset and the 2.88M image have them, but others (the "small" and "tiny" floppies) do not. Sysinst is also back on the "tiny" image, and tested to be working within 4M.
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
# $NetBSD: ramdiskbin.conf,v 1.1 2000/09/27 16:04:16 fvdl Exp $
|
|
#
|
|
# ramdiskbin.conf - unified binary for the install ramdisk
|
|
#
|
|
|
|
srcdirs bin sbin usr.bin/less usr.bin usr.sbin gnu/usr.bin sys/arch/i386/stand
|
|
|
|
progs bad144 cat chio chmod chown chroot cp dd df disklabel dump ed
|
|
progs fsck fsck_ffs ftp gzip ifconfig init installboot less
|
|
progs ln ls mkdir mknod
|
|
progs mount mount_cd9660 mount_ext2fs mount_ffs mount_msdos
|
|
progs mount_nfs mount_kernfs mt mv newfs ping pwd rcmd reboot restore rm
|
|
progs route scsictl sh sysctl stty swapctl sync
|
|
progs umount
|
|
progs pax
|
|
progs fdisk mbrlabel
|
|
|
|
special init srcdir distrib/utils/init_s
|
|
|
|
special dd srcdir distrib/utils/x_dd
|
|
special ftp srcdir distrib/utils/x_ftp
|
|
special ifconfig srcdir distrib/utils/x_ifconfig
|
|
special route srcdir distrib/utils/x_route
|
|
special sh srcdir distrib/utils/x_sh
|
|
special ping srcdir distrib/utils/x_ping
|
|
|
|
ln pax tar
|
|
ln chown chgrp
|
|
ln gzip gzcat gunzip
|
|
ln less more
|
|
ln sh -sh # init invokes the shell this way
|
|
ln reboot halt
|
|
ln dump rdump
|
|
ln restore rrestore
|
|
|
|
# libhack.o is built by Makefile & included Makefile.inc
|
|
libs libhack.o -lbz2 -lutil -ltermcap -lrmt -lcrypt -ll -lm
|