Home | History | Annotate | Line # | Download | only in instfs
list revision 1.18
      1 #	$NetBSD: list,v 1.18 2010/02/17 16:15:15 martin 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/mount_tmpfs
     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/gzcat usr/bin/gunzip
     57 PROG	usr/bin/less		usr/bin/more
     58 PROG	usr/bin/sed
     59 PROG	usr/bin/tip
     60 
     61 PROG	libexec/lfs_cleanerd
     62 
     63 PROG	usr/sbin/chat
     64 PROG	usr/sbin/chown		usr/bin/chgrp
     65 PROG	usr/sbin/chroot
     66 PROG	usr/sbin/installboot
     67 PROG	usr/sbin/pppd
     68 
     69 # init invokes the shell as -sh
     70 ARGVLN	sh -sh
     71 
     72 SPECIAL	chat		srcdir	usr.sbin/pppd/chat
     73 SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
     74 SPECIAL	ping		srcdir	distrib/utils/x_ping
     75 SPECIAL	pppd		srcdir	usr.sbin/pppd/pppd
     76 SPECIAL	route		srcdir	distrib/utils/x_route
     77 
     78 LIBS	libhack.o
     79 LIBS	-ledit -lutil -lcurses -lterminfo -lrmt -lbz2 -lcrypt -ll -lm -lpcap -lz -lprop
     80 
     81 # various files that we need in /etc for the install
     82 COPY	${NETBSDSRCDIR}/etc/group		etc/group
     83 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     84 COPY	${NETBSDSRCDIR}/etc/netconfig		etc/netconfig
     85 COPY	${DISTRIBDIR}/common/protocols	etc/protocols
     86 COPY	${DISTRIBDIR}/common/services		etc/services
     87 
     88 # we need the boot block in /usr/mdec + the arch specific extras
     89 COPY	${DESTDIR}/usr/mdec/binstall		usr/mdec/binstall	555
     90 COPY	${DESTDIR}/usr/mdec/bootblk		usr/mdec/bootblk
     91 COPY	${DESTDIR}/usr/mdec/ofwboot		ofwboot
     92 COPY	${DESTDIR}/usr/mdec/ofwboot		usr/mdec/ofwboot
     93 
     94 # and the installation tools
     95 COPY	${INSTFSDIR}/dot.profile		.profile
     96 
     97 # zoneinfo files
     98 COPYDIR	${DESTDIR}/usr/share/zoneinfo		usr/share/zoneinfo
     99