2011-06-19 06:25:45 +04:00
|
|
|
# $NetBSD: list,v 1.23 2011/06/19 02:25:45 tsutsui Exp $
|
2002-04-11 20:33:58 +04:00
|
|
|
|
Add more bits the cats install disk.
Most noticeable change is the addition of dhclient, we now prompt if the
user wants DHCP autoconfiguration.
Also added chio, rcmd, ping6, rtsol, scsictl
We now use the cut down versions of:
dhclient, ifconfig, ping, ping6 and route
The ramdisk has grown by about 200k, however the kernel can take that, we're
still a few 100k from the current 5MB limit for cats kernels.
2003-03-23 16:43:41 +03:00
|
|
|
# usr.bin/less has to be first, otherwise the ramdisk.mk generation fails
|
2011-06-19 06:25:45 +04:00
|
|
|
SRCDIRS usr.bin/less bin sbin usr.bin usr.sbin
|
2002-04-11 20:33:58 +04:00
|
|
|
|
|
|
|
PROG bin/cat
|
2009-01-21 17:43:14 +03:00
|
|
|
#PROG bin/chio
|
2002-04-11 20:33:58 +04:00
|
|
|
PROG bin/chmod
|
|
|
|
PROG bin/cp
|
|
|
|
PROG bin/dd
|
|
|
|
PROG bin/df
|
|
|
|
PROG bin/ed
|
|
|
|
PROG bin/ln
|
|
|
|
PROG bin/ls
|
|
|
|
PROG bin/mkdir
|
|
|
|
PROG bin/mv
|
|
|
|
PROG bin/pax usr/bin/tar
|
|
|
|
PROG bin/pwd
|
2009-01-21 17:43:14 +03:00
|
|
|
#PROG bin/rcmd
|
2002-04-11 20:33:58 +04:00
|
|
|
PROG bin/rm
|
|
|
|
PROG bin/sh
|
|
|
|
PROG bin/stty
|
|
|
|
PROG bin/sync
|
|
|
|
|
2011-01-14 13:26:28 +03:00
|
|
|
PROG sbin/chown bin/chgrp
|
2002-04-11 20:33:58 +04:00
|
|
|
PROG sbin/disklabel
|
|
|
|
PROG sbin/fsck
|
|
|
|
PROG sbin/fsck_ffs
|
|
|
|
PROG sbin/ifconfig
|
|
|
|
PROG sbin/init
|
|
|
|
PROG sbin/mknod
|
|
|
|
PROG sbin/mount
|
|
|
|
PROG sbin/mount_cd9660
|
|
|
|
PROG sbin/mount_ffs
|
|
|
|
PROG sbin/mount_filecore
|
|
|
|
PROG sbin/mount_kernfs
|
|
|
|
PROG sbin/mount_msdos
|
|
|
|
PROG sbin/mount_nfs
|
|
|
|
PROG sbin/newfs sbin/mount_mfs
|
|
|
|
PROG sbin/ping
|
|
|
|
PROG sbin/reboot sbin/halt
|
2009-01-21 17:43:14 +03:00
|
|
|
#PROG sbin/restore sbin/rrestore
|
2002-04-11 20:33:58 +04:00
|
|
|
PROG sbin/route
|
2009-01-21 17:43:14 +03:00
|
|
|
#PROG sbin/scsictl
|
|
|
|
#PROG sbin/shutdown
|
|
|
|
#PROG sbin/slattach
|
2002-04-11 20:33:58 +04:00
|
|
|
PROG sbin/swapctl
|
|
|
|
PROG sbin/umount
|
|
|
|
|
|
|
|
PROG usr/bin/ftp
|
2009-09-18 14:49:08 +04:00
|
|
|
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
|
2002-04-11 20:33:58 +04:00
|
|
|
PROG usr/bin/less usr/bin/more
|
|
|
|
PROG usr/bin/sed
|
|
|
|
PROG usr/bin/tip
|
|
|
|
|
|
|
|
PROG usr/sbin/chroot
|
|
|
|
|
2002-04-13 17:42:57 +04:00
|
|
|
# init invokes the shell as -sh
|
|
|
|
ARGVLN sh -sh
|
|
|
|
|
2011-06-19 06:18:28 +04:00
|
|
|
SPECIAL gzip srcdir distrib/utils/x_gzip
|
Add more bits the cats install disk.
Most noticeable change is the addition of dhclient, we now prompt if the
user wants DHCP autoconfiguration.
Also added chio, rcmd, ping6, rtsol, scsictl
We now use the cut down versions of:
dhclient, ifconfig, ping, ping6 and route
The ramdisk has grown by about 200k, however the kernel can take that, we're
still a few 100k from the current 5MB limit for cats kernels.
2003-03-23 16:43:41 +03:00
|
|
|
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
|
|
|
SPECIAL ping srcdir distrib/utils/x_ping
|
|
|
|
SPECIAL route srcdir distrib/utils/x_route
|
2002-04-11 20:33:58 +04:00
|
|
|
|
2011-06-19 06:18:28 +04:00
|
|
|
LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
|
2002-04-11 20:33:58 +04:00
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
2002-04-26 19:50:21 +04:00
|
|
|
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
|
|
|
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
|
|
|
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
2009-09-21 03:19:50 +04:00
|
|
|
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
2009-09-20 23:49:07 +04:00
|
|
|
COPY ${DISTRIBDIR}/common/services etc/services
|
2002-04-11 20:33:58 +04:00
|
|
|
|
|
|
|
# and the installation tools
|
|
|
|
COPY ${CURDIR}/dot.profile .profile
|