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