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