Home | History | Annotate | Line # | Download | only in instfs
list revision 1.13
      1 #	$NetBSD: list,v 1.13 2009/09/20 19:49:10 abs 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/disklabel
     26 PROG	sbin/fsck
     27 PROG	sbin/fsck_ffs
     28 PROG	sbin/fsck_lfs
     29 PROG	sbin/ifconfig
     30 PROG	sbin/init
     31 PROG	sbin/mknod
     32 PROG	sbin/mount
     33 PROG	sbin/mount_cd9660
     34 PROG	sbin/mount_ext2fs
     35 PROG	sbin/mount_ffs
     36 PROG	sbin/mount_kernfs
     37 PROG	sbin/mount_lfs
     38 PROG	sbin/mount_msdos
     39 PROG	sbin/mount_nfs
     40 PROG	sbin/newfs		sbin/mount_mfs
     41 PROG	sbin/newfs_lfs
     42 PROG	sbin/ping
     43 PROG	sbin/raidctl
     44 PROG	sbin/reboot		sbin/halt
     45 PROG	sbin/restore		sbin/rrestore
     46 PROG	sbin/route
     47 PROG	sbin/shutdown
     48 PROG	sbin/slattach
     49 PROG	sbin/swapctl
     50 PROG	sbin/sysctl
     51 PROG	sbin/umount
     52 
     53 PROG	usr/bin/ftp
     54 PROG	usr/bin/getopt
     55 PROG	usr/bin/gzip		usr/bin/gzcat usr/bin/gunzip
     56 PROG	usr/bin/less		usr/bin/more
     57 PROG	usr/bin/sed
     58 PROG	usr/bin/tip
     59 
     60 PROG	libexec/lfs_cleanerd
     61 
     62 PROG	usr/sbin/chat
     63 PROG	usr/sbin/chown		usr/bin/chgrp
     64 PROG	usr/sbin/chroot
     65 PROG	usr/sbin/installboot
     66 PROG	usr/sbin/pppd
     67 
     68 # init invokes the shell as -sh
     69 ARGVLN	sh -sh
     70 
     71 SPECIAL	chat		srcdir	usr.sbin/pppd/chat
     72 SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     73 SPECIAL	ping		srcdir	distrib/utils/x_ping
     74 SPECIAL	pppd		srcdir	usr.sbin/pppd/pppd
     75 SPECIAL	route		srcdir	distrib/utils/x_route
     76 
     77 LIBS	libhack.o
     78 LIBS	-ledit -lutil -lcurses -ltermcap -lrmt -lbz2 -lcrypt -ll -lm -lpcap -lz -lprop
     79 
     80 # various files that we need in /etc for the install
     81 COPY	${NETBSDSRCDIR}/etc/group		etc/group
     82 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     83 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     84 COPY	${DISTRIBDIR}/common/protocols	etc/protocols
     85 COPY	${DISTRIBDIR}/common/services		etc/services
     86 
     87 # we need the boot block in /usr/mdec + the arch specific extras
     88 COPY	${DESTDIR}/usr/mdec/binstall		usr/mdec/binstall	555
     89 COPY	${DESTDIR}/usr/mdec/bootblk		usr/mdec/bootblk
     90 COPY	${DESTDIR}/usr/mdec/ofwboot		ofwboot
     91 COPY	${DESTDIR}/usr/mdec/ofwboot		usr/mdec/ofwboot
     92 
     93 # and the common installation tools
     94 COPY	${INSTFSDIR}/termcap.mini		usr/share/misc/termcap
     95 
     96 # the disktab explanation file
     97 COPY	${INSTFSDIR}/disktab.preinstall		etc/disktab.preinstall
     98 
     99 # and the installation tools
    100 COPY	${INSTFSDIR}/dot.profile		.profile
    101 
    102 # zoneinfo files
    103 COPYDIR	${DESTDIR}/usr/share/zoneinfo		usr/share/zoneinfo
    104