Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.17
      1 #
      2 # $NetBSD: list,v 1.17 2008/10/30 12:39:16 tsutsui Exp $
      3 #
      4 
      5 COPY	${KERNEL3}			netbsd.sun3
      6 COPY	${KERNEL3X}			netbsd.sun3x
      7 
      8 # These are scripts:
      9 COPY	${DESTDIR}/usr/bin/false	bin/false		555
     10 COPY	${DESTDIR}/usr/bin/true 	bin/true		555
     11 
     12 # From usr/mdec:
     13 COPY	${DESTDIR}/usr/mdec/bootxx	usr/mdec/bootxx
     14 # COPY	${DESTDIR}/usr/mdec/bootyy	usr/mdec/bootyy
     15 SYMLINK		  /usr/sbin/installboot usr/mdec/installboot
     16 COPY	${DESTDIR}/usr/mdec/netboot	usr/mdec/netboot
     17 COPY	${DESTDIR}/usr/mdec/tapeboot	usr/mdec/tapeboot
     18 COPY	${DESTDIR}/usr/mdec/ufsboot	usr/mdec/ufsboot
     19 LINK		   usr/mdec/ufsboot	ufsboot
     20 
     21 # various files that we need in /etc for the install
     22 COPY	${DESTDIR}/etc/group		etc/group
     23 COPY	${DESTDIR}/etc/master.passwd	etc/master.passwd
     24 COPY	${DESTDIR}/etc/netconfig	etc/netconfig
     25 COPY	${DESTDIR}/etc/passwd		etc/passwd
     26 COPY	${DESTDIR}/etc/protocols	etc/protocols
     27 COPY	${DESTDIR}/etc/pwd.db		etc/pwd.db
     28 COPY	${DESTDIR}/etc/spwd.db		etc/spwd.db
     29 COPY	${NETBSDSRCDIR}/distrib/common/services		etc/services
     30 
     31 # some /etc files get special handling (for MFS /tmp yuck)
     32 COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     33 SYMLINK	/tmp/disktab.shadow		etc/disktab
     34 COPY	${CURDIR}/fstab			tmp/fstab.shadow
     35 SYMLINK	/tmp/fstab.shadow		etc/fstab
     36 SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     37 SYMLINK	/tmp/hosts			etc/hosts
     38 
     39 # copy the MAKEDEV script and make some devices
     40 COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV		555
     41 COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local	555
     42 
     43 # copy the miniroot installation tools
     44 COPY	${CURDIR}/profile		.profile
     45 COPY	${CURDIR}/termcap		usr/share/misc/termcap
     46 
     47 COPY	${CURDIR}/install.md		install.md
     48 COPY	${OBJDIR}/install.sub		install.sub
     49 
     50 COPY	${DISTRIBDIR}/miniroot/install.sh install		555
     51 COPY	${DISTRIBDIR}/miniroot/upgrade.sh upgrade		555
     52 
     53 SRCDIRS	bin sbin usr.bin usr.sbin
     54 
     55 # miniroot files from /sbin:
     56 # Extras not in ../../miniroot/list:
     57 #  disklabel dmesg edlabel mount_kernfs restore 
     58 
     59 PROG	sbin/disklabel
     60 PROG	sbin/dmesg
     61 PROG 	sbin/edlabel
     62 
     63 PROG	sbin/fsck
     64 PROG	sbin/fsck_ffs
     65 
     66 PROG	sbin/ifconfig
     67 PROG	sbin/init
     68 PROG	sbin/mknod
     69 
     70 PROG	sbin/mount
     71 PROG	sbin/mount_cd9660
     72 PROG	sbin/mount_ffs
     73 PROG	sbin/mount_kernfs
     74 PROG	sbin/mount_nfs
     75 
     76 PROG	sbin/newfs	sbin/mount_mfs
     77 PROG	sbin/ping
     78 PROG	sbin/reboot	sbin/halt
     79 
     80 PROG	sbin/route
     81 PROG	sbin/restore	sbin/rrestore
     82 
     83 PROG	sbin/shutdown
     84 PROG	sbin/slattach
     85 PROG	sbin/swapctl
     86 PROG	sbin/sysctl
     87 PROG	sbin/umount
     88 
     89 # miniroot files from /bin:
     90 # Extras not in ../../miniroot/list:
     91 #  date ps rmdir
     92 
     93 PROG	bin/cat
     94 PROG	bin/chmod
     95 PROG	bin/cp
     96 PROG	bin/date
     97 PROG	bin/dd
     98 PROG	bin/df
     99 PROG	bin/ed
    100 PROG	bin/expr
    101 PROG	bin/hostname
    102 PROG	bin/kill
    103 PROG	bin/ln
    104 PROG	bin/ls
    105 PROG	bin/mkdir
    106 PROG	bin/mt
    107 PROG	bin/mv
    108 PROG	bin/pax		usr/bin/tar	usr/bin/cpio
    109 PROG	bin/ps
    110 PROG	bin/pwd
    111 PROG	bin/rm
    112 PROG	bin/rmdir
    113 PROG	bin/sh
    114 PROG	bin/sleep
    115 PROG	bin/stty
    116 PROG	bin/sync
    117 
    118 PROG	bin/test	bin/[
    119 
    120 # usr.sbin:
    121 PROG	usr/sbin/chown	usr/bin/chgrp
    122 PROG	usr/sbin/eeprom
    123 PROG	usr/sbin/installboot
    124 PROG	usr/sbin/rdate
    125 
    126 # usr.bin:
    127 
    128 PROG	usr/bin/chflags
    129 PROG	usr/bin/cksum
    130 PROG	usr/bin/cmp
    131 PROG	usr/bin/ftp
    132 PROG	usr/bin/less	usr/bin/more
    133 PROG	usr/bin/rsh
    134 PROG	usr/bin/sed
    135 PROG	usr/bin/tip
    136 PROG	usr/bin/vi
    137 PROG	usr/bin/gzip	usr/bin/gunzip	usr/bin/gzcat
    138 
    139 # install.md still uses sort
    140 PROG	usr/bin/sort
    141 
    142 SPECIAL	less		srcdir usr.bin/less/less
    143 SPECIAL	vi		srcdir usr.bin/nvi/build
    144 
    145 SPECIAL	ed		srcdir	distrib/utils/x_ed
    146 SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
    147 SPECIAL	ping		srcdir	distrib/utils/x_ping
    148 SPECIAL	route		srcdir	distrib/utils/x_route
    149 
    150 ARGVLN	sh -sh
    151 
    152 LIBS	libhack.o
    153 LIBS	-lrmt -ledit -lutil -lcurses -ltermcap -lcrypt -ll -lm -lkvm -lbz2 -lz -lprop
    154