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