Home | History | Annotate | Line # | Download | only in ramdiskcommon
list revision 1.4
      1  1.4      apb #	$NetBSD: list,v 1.4 2007/03/01 07:11:04 apb Exp $
      2  1.1  msaitoh 
      3  1.1  msaitoh # various files that we need in /etc for the install
      4  1.1  msaitoh COPY	${CURDIR}/../../../../etc/master.passwd		etc/master.passwd
      5  1.1  msaitoh #COPY	${CURDIR}/../../../../etc/etc.evbsh3/rc		etc/rc
      6  1.1  msaitoh COPY	${CURDIR}/../../../../etc/group			etc/group
      7  1.1  msaitoh COPY	${CURDIR}/../../../../etc/protocols		etc/protocols
      8  1.1  msaitoh COPY	${CURDIR}/../../../../etc/services 		etc/services
      9  1.1  msaitoh COPY	${CURDIR}/../../../../etc/gettytab			etc/gettytab
     10  1.1  msaitoh #COPY	${CURDIR}/localtime				etc/localtime
     11  1.1  msaitoh COPY	${CURDIR}/../../../../etc/hosts			etc/hosts
     12  1.1  msaitoh COPY	${CURDIR}/../../../../etc/etc.evbsh3/ttys	etc/ttys
     13  1.1  msaitoh COPY	${CURDIR}/../ramdiskcommon/shells		etc/shells
     14  1.1  msaitoh #COPY	${CURDIR}/dot.profile				etc/.profile
     15  1.1  msaitoh #COPY	${CURDIR}/termcap.mini				usr/share/misc/termcap
     16  1.1  msaitoh #COPY	${CURDIR}/kvm.db				var/db/kvm.db
     17  1.1  msaitoh 
     18  1.1  msaitoh #SPECIAL pwd_mkdb -p -d ./ etc/master.passwd
     19  1.1  msaitoh #SPECIAL /bin/mv etc/master.passwd boot.evbsh3/master.passwd
     20  1.1  msaitoh #SPECIAL /bin/mv etc/passwd boot.evbsh3/passwd
     21  1.1  msaitoh #SPECIAL /bin/rm etc/spwd.db
     22  1.1  msaitoh #SPECIAL /bin/rm etc/pwd.db
     23  1.1  msaitoh #SPECIAL /bin/rm etc/master.passwd
     24  1.1  msaitoh #SPECIAL /bin/rm -r etc
     25  1.1  msaitoh 
     26  1.1  msaitoh #SYMLINK /mfs/home			home
     27  1.1  msaitoh 
     28  1.1  msaitoh # copy the MAKEDEV script and make some devices
     29  1.3      apb COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
     30  1.4      apb COPY	${DESTDIR}/dev/MAKEDEV.subr	dev/MAKEDEV.subr	555
     31  1.1  msaitoh SPECIAL	cd dev; sh MAKEDEV ramdisk
     32  1.4      apb SPECIAL	/bin/rm dev/MAKEDEV dev/MAKEDEV.subr
     33  1.1  msaitoh 
     34  1.1  msaitoh #SPECIAL chmod 755			etc/rc
     35  1.1  msaitoh 
     36  1.1  msaitoh # copy the crunched binary, link to it, and kill it
     37  1.1  msaitoh COPY	${OBJDIR}/ramdiskbin		ramdiskbin
     38  1.1  msaitoh SPECIAL chown 0:0			ramdiskbin
     39  1.1  msaitoh #SPECIAL chmod 4755			ramdiskbin
     40  1.1  msaitoh LINK	ramdiskbin			bin/cat
     41  1.1  msaitoh LINK	ramdiskbin			bin/chmod
     42  1.1  msaitoh LINK	ramdiskbin			bin/cp
     43  1.1  msaitoh LINK	ramdiskbin			bin/date
     44  1.1  msaitoh LINK	ramdiskbin			bin/dd
     45  1.1  msaitoh LINK	ramdiskbin			bin/df
     46  1.1  msaitoh LINK	ramdiskbin			bin/echo
     47  1.1  msaitoh LINK	ramdiskbin			bin/ed
     48  1.1  msaitoh LINK	ramdiskbin			bin/expr
     49  1.1  msaitoh LINK	ramdiskbin			bin/hostname
     50  1.1  msaitoh LINK	ramdiskbin			bin/kill
     51  1.1  msaitoh LINK	ramdiskbin			bin/ln
     52  1.1  msaitoh LINK	ramdiskbin			bin/ls
     53  1.1  msaitoh LINK	ramdiskbin			bin/mkdir
     54  1.1  msaitoh LINK	ramdiskbin			bin/mv
     55  1.1  msaitoh LINK	ramdiskbin			bin/ps
     56  1.1  msaitoh LINK	ramdiskbin			bin/rm
     57  1.1  msaitoh LINK	ramdiskbin			bin/rmdir
     58  1.1  msaitoh LINK	ramdiskbin			bin/pwd
     59  1.1  msaitoh LINK	ramdiskbin			bin/sh
     60  1.1  msaitoh LINK	ramdiskbin			bin/sleep
     61  1.1  msaitoh LINK	ramdiskbin			bin/stty
     62  1.1  msaitoh LINK	ramdiskbin			bin/sync
     63  1.1  msaitoh LINK	ramdiskbin			bin/test
     64  1.1  msaitoh LINK	ramdiskbin			bin/[
     65  1.1  msaitoh LINK	ramdiskbin			sbin/dmesg
     66  1.1  msaitoh LINK	ramdiskbin			sbin/ifconfig
     67  1.1  msaitoh LINK	ramdiskbin			sbin/halt
     68  1.1  msaitoh LINK	ramdiskbin			sbin/init
     69  1.1  msaitoh LINK	ramdiskbin			sbin/ping
     70  1.1  msaitoh LINK	ramdiskbin			sbin/reboot
     71  1.1  msaitoh LINK	ramdiskbin			sbin/route
     72  1.1  msaitoh LINK	ramdiskbin			sbin/mknod
     73  1.1  msaitoh LINK	ramdiskbin			sbin/mount
     74  1.1  msaitoh LINK	ramdiskbin			sbin/mount_ffs
     75  1.1  msaitoh LINK	ramdiskbin			sbin/mount_mfs
     76  1.1  msaitoh #LINK	ramdiskbin			sbin/mount_nfs
     77  1.1  msaitoh LINK	ramdiskbin			sbin/mount_kernfs
     78  1.1  msaitoh LINK	ramdiskbin			sbin/mount_procfs
     79  1.1  msaitoh LINK	ramdiskbin			sbin/shutdown
     80  1.1  msaitoh LINK	ramdiskbin			sbin/ttyflags
     81  1.1  msaitoh LINK	ramdiskbin			sbin/umount
     82  1.1  msaitoh 
     83  1.1  msaitoh LINK	ramdiskbin			usr/libexec/comsat
     84  1.1  msaitoh LINK	ramdiskbin			usr/libexec/fingerd
     85  1.1  msaitoh LINK	ramdiskbin			usr/libexec/ftpd
     86  1.1  msaitoh LINK	ramdiskbin			usr/libexec/getNAME
     87  1.1  msaitoh LINK	ramdiskbin			usr/libexec/getty
     88  1.1  msaitoh LINK	ramdiskbin			usr/libexec/identd
     89  1.1  msaitoh 
     90  1.1  msaitoh LINK	ramdiskbin			usr/bin/atrun
     91  1.1  msaitoh LINK	ramdiskbin			usr/bin/login
     92  1.1  msaitoh LINK	ramdiskbin			usr/bin/su
     93  1.1  msaitoh LINK	ramdiskbin			bin/netstat
     94  1.1  msaitoh 
     95  1.1  msaitoh #LINK	ramdiskbin			usr/bin/tftp
     96  1.1  msaitoh LINK	ramdiskbin			usr/bin/chgrp
     97  1.1  msaitoh LINK	ramdiskbin			usr/bin/fstat
     98  1.1  msaitoh LINK	ramdiskbin			usr/bin/ftp
     99  1.1  msaitoh LINK	ramdiskbin			usr/bin/hexdump
    100  1.1  msaitoh LINK	ramdiskbin			usr/bin/kdump
    101  1.1  msaitoh LINK	ramdiskbin			usr/bin/ktrace
    102  1.1  msaitoh LINK	ramdiskbin			usr/bin/telnet
    103  1.1  msaitoh LINK	ramdiskbin			usr/bin/time
    104  1.1  msaitoh LINK	ramdiskbin			bin/less
    105  1.1  msaitoh LINK	ramdiskbin			bin/more
    106  1.1  msaitoh LINK	ramdiskbin			bin/sort
    107  1.1  msaitoh LINK	ramdiskbin			usr/bin/vmstat
    108  1.1  msaitoh LINK	ramdiskbin			usr/bin/head
    109  1.1  msaitoh LINK	ramdiskbin			usr/bin/tail
    110  1.1  msaitoh 
    111  1.1  msaitoh LINK	ramdiskbin			sbin/arp
    112  1.1  msaitoh LINK	ramdiskbin			sbin/dev_mkdb
    113  1.1  msaitoh LINK	ramdiskbin			sbin/traceroute
    114  1.1  msaitoh 
    115  1.1  msaitoh LINK	ramdiskbin			usr/sbin/chown
    116  1.1  msaitoh LINK	ramdiskbin			usr/sbin/iostat
    117  1.1  msaitoh LINK	ramdiskbin			usr/sbin/pstat
    118  1.1  msaitoh #LINK	ramdiskbin			usr/sbin/rdate
    119  1.1  msaitoh LINK	ramdiskbin			usr/sbin/sysctl
    120  1.1  msaitoh LINK	ramdiskbin			usr/sbin/tcpdump
    121  1.1  msaitoh 
    122  1.1  msaitoh LINK	ramdiskbin			sbin/syslogd
    123  1.1  msaitoh LINK	ramdiskbin			sbin/telnetd
    124  1.1  msaitoh #LINK	ramdiskbin			sbin/wdogctl
    125  1.1  msaitoh 
    126  1.1  msaitoh #SPECIAL /bin/rm 			ramdiskbin
    127