Home | History | Annotate | Line # | Download | only in instfs
list revision 1.5
      1 #	$NetBSD: list,v 1.5 2004/01/14 01:52:59 mrg Exp $
      2 
      3 SRCDIRS	bin sbin libexec usr.bin/less usr.bin usr.sbin gnu/usr.bin
      4 
      5 PROG	bin/cat
      6 PROG	bin/chmod
      7 PROG	bin/cp
      8 PROG	bin/dd
      9 PROG	bin/df
     10 PROG	bin/ed
     11 PROG	bin/ln
     12 PROG	bin/ls
     13 PROG	bin/mkdir
     14 PROG	bin/mt
     15 PROG	bin/mv
     16 PROG	bin/pax		usr/bin/tar
     17 PROG	bin/pwd
     18 PROG	bin/rcmd
     19 PROG	bin/rcp
     20 PROG	bin/rm
     21 PROG	bin/sh
     22 PROG	bin/stty
     23 PROG	bin/sync
     24 
     25 PROG	sbin/dhclient
     26 PROG	sbin/disklabel
     27 PROG	sbin/fsck
     28 PROG	sbin/fsck_ffs
     29 PROG	sbin/fsck_lfs
     30 PROG	sbin/ifconfig
     31 PROG	sbin/init
     32 PROG	sbin/mknod
     33 PROG	sbin/mount
     34 PROG	sbin/mount_cd9660
     35 PROG	sbin/mount_ext2fs
     36 PROG	sbin/mount_ffs
     37 PROG	sbin/mount_kernfs
     38 PROG	sbin/mount_lfs
     39 PROG	sbin/mount_msdos
     40 PROG	sbin/mount_nfs
     41 PROG	sbin/newfs		sbin/mount_mfs
     42 PROG	sbin/newfs_lfs
     43 PROG	sbin/ping
     44 PROG	sbin/raidctl
     45 PROG	sbin/reboot		sbin/halt
     46 PROG	sbin/restore		sbin/rrestore
     47 PROG	sbin/route
     48 PROG	sbin/shutdown
     49 PROG	sbin/slattach
     50 PROG	sbin/swapctl
     51 PROG	sbin/sysctl
     52 PROG	sbin/umount
     53 
     54 PROG	usr/bin/ftp
     55 PROG	usr/bin/getopt
     56 PROG	usr/bin/gzip		usr/bin/gunzip usr/bin/gzcat
     57 PROG	usr/bin/less		usr/bin/more
     58 PROG	usr/bin/sed
     59 PROG	usr/bin/tip
     60 
     61 MTREE	./usr/libexec  type=dir uname=root gname=wheel mode=0755
     62 PROG	usr/libexec/lfs_cleanerd
     63 
     64 PROG	usr/sbin/chat
     65 PROG	usr/sbin/chown		usr/bin/chgrp
     66 PROG	usr/sbin/chroot
     67 PROG	usr/sbin/installboot
     68 PROG	usr/sbin/pppd
     69 
     70 # init invokes the shell as -sh
     71 ARGVLN	sh -sh
     72 
     73 SPECIAL	chat		srcdir	usr.sbin/pppd/chat
     74 SPECIAL	dhclient	srcdir	distrib/utils/x_dhclient
     75 SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     76 SPECIAL	ping		srcdir	distrib/utils/x_ping
     77 SPECIAL	pppd		srcdir	usr.sbin/pppd/pppd
     78 SPECIAL	route		srcdir	distrib/utils/x_route
     79 
     80 LIBS	libhack.o
     81 LIBS	-ledit -lutil -lcurses -ltermcap -lrmt -lbz2 -lcrypt -ll -lm -lpcap -lz
     82 
     83 # various files that we need in /etc for the install
     84 COPY	${NETBSDSRCDIR}/etc/group		etc/group
     85 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     86 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     87 COPY	${NETBSDSRCDIR}/etc/protocols		etc/protocols
     88 COPY	${NETBSDSRCDIR}/etc/services		etc/services
     89 
     90 COPY	${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script	555
     91 
     92 # we need the boot block in /usr/mdec + the arch specific extras
     93 COPY	${DESTDIR}/usr/mdec/binstall		usr/mdec/binstall	555
     94 COPY	${DESTDIR}/usr/mdec/bootblk		usr/mdec/bootblk
     95 COPY	${DESTDIR}/usr/mdec/ofwboot		ofwboot
     96 COPY	${DESTDIR}/usr/mdec/ofwboot		usr/mdec/ofwboot
     97 
     98 # and the common installation tools
     99 COPY	${INSTFSDIR}/termcap.mini		usr/share/misc/termcap
    100 
    101 # the disktab explanation file
    102 COPY	${INSTFSDIR}/disktab.preinstall		etc/disktab.preinstall
    103 
    104 # and the installation tools
    105 COPY	${INSTFSDIR}/dot.profile		.profile
    106 
    107 # zoneinfo files
    108 COPYDIR	${DESTDIR}/usr/share/zoneinfo		usr/share/zoneinfo
    109