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