Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.1
      1 #	$NetBSD: list,v 1.1 1999/03/12 18:36:52 ragge Exp $
      2 
      3 # copy the crunched binary, link to it, and kill it
      4 COPY	${OBJDIR}/ramdiskbin		ramdiskbin
      5 LINK	ramdiskbin			sysinst
      6 LINK	ramdiskbin			bin/cat
      7 LINK	ramdiskbin			bin/chmod
      8 LINK	ramdiskbin			bin/cp
      9 LINK	ramdiskbin			bin/dd
     10 LINK	ramdiskbin			bin/df
     11 LINK	ramdiskbin			bin/ed
     12 LINK	ramdiskbin			bin/ln
     13 LINK	ramdiskbin			bin/ls
     14 LINK	ramdiskbin			bin/mkdir
     15 LINK	ramdiskbin			bin/mt
     16 LINK	ramdiskbin			bin/mv
     17 LINK	ramdiskbin			bin/pwd
     18 LINK	ramdiskbin			bin/rm
     19 LINK	ramdiskbin			bin/sh
     20 LINK	ramdiskbin			bin/stty
     21 LINK	ramdiskbin			bin/sync
     22 LINK	ramdiskbin			bin/test
     23 LINK	ramdiskbin			bin/[
     24 LINK	ramdiskbin			sbin/disklabel
     25 LINK	ramdiskbin			sbin/fdisk
     26 LINK	ramdiskbin			sbin/fsck
     27 LINK	ramdiskbin			sbin/fsck_ffs
     28 LINK	ramdiskbin			sbin/halt
     29 LINK	ramdiskbin			sbin/ifconfig
     30 LINK	ramdiskbin			sbin/init
     31 LINK	ramdiskbin			sbin/mknod
     32 LINK	ramdiskbin			sbin/mount
     33 LINK	ramdiskbin			sbin/mount_cd9660
     34 LINK	ramdiskbin			sbin/mount_ffs
     35 LINK	ramdiskbin			sbin/mount_msdos
     36 LINK	ramdiskbin			sbin/mount_nfs
     37 LINK	ramdiskbin			sbin/mount_kernfs
     38 LINK	ramdiskbin			sbin/newfs
     39 LINK	ramdiskbin			sbin/ping
     40 LINK	ramdiskbin			sbin/reboot
     41 LINK	ramdiskbin			sbin/restore
     42 LINK	ramdiskbin			sbin/route
     43 LINK	ramdiskbin			sbin/rrestore
     44 LINK	ramdiskbin			sbin/shutdown
     45 LINK	ramdiskbin			sbin/slattach
     46 LINK	ramdiskbin			sbin/umount
     47 SYMLINK	/bin/cat		usr/bin/chgrp
     48 SYMLINK	/bin/cat		usr/bin/ftp
     49 SYMLINK	/bin/cat		usr/bin/gunzip
     50 SYMLINK	/bin/cat		usr/bin/gzcat
     51 SYMLINK	/bin/cat		usr/bin/gzip
     52 SYMLINK	/bin/cat		usr/bin/more
     53 SYMLINK	/bin/cat		usr/bin/sed
     54 SYMLINK	/bin/cat		usr/bin/strings
     55 SYMLINK	/bin/cat		usr/bin/tar
     56 # SYMLINK	/bin/cat		usr/sbin/bad144
     57 SYMLINK	/bin/cat		usr/sbin/chown
     58 SYMLINK	/bin/cat		usr/sbin/chroot
     59 SYMLINK	/bin/cat		usr/sbin/update
     60 SPECIAL	/bin/rm ramdiskbin
     61 
     62 # copy the MAKEDEV script and make some devices
     63 COPY	${CURDIR}/../../../etc/etc.vax/MAKEDEV	dev/MAKEDEV
     64 SPECIAL	cd dev; sh MAKEDEV std mt0 st0 rd0 rd1 dz0 dl0 dhu0 rx0
     65 SPECIAL	cd dev; sh MAKEDEV ra0 ra1 hp0 hp1 sd0 sd1 md0
     66 SPECIAL	/bin/rm dev/MAKEDEV
     67 
     68 # we need the boot in /, and boot blocks in /usr/mdec
     69 COPY	${DESTDIR}/boot			boot
     70 COPY	${DESTDIR}/usr/mdec/xxboot	usr/mdec/xxboot
     71 LINK	usr/mdec/xxboot			usr/mdec/raboot
     72 LINK	usr/mdec/xxboot			usr/mdec/hpboot
     73 LINK	usr/mdec/xxboot			usr/mdec/rdboot
     74 LINK	usr/mdec/xxboot			usr/mdec/sdboot
     75 
     76 # various files that we need in /etc for the install
     77 COPY	${CURDIR}/../../../etc/group		etc/group
     78 COPY	${CURDIR}/../../../etc/master.passwd	etc/master.passwd
     79 COPY	${CURDIR}/../../../etc/protocols	etc/protocols
     80 COPY	${CURDIR}/../../../etc/services	etc/services
     81 SPECIAL	pwd_mkdb -p -d ./ etc/master.passwd
     82 
     83 # and the common installation tools
     84 # COPY	dot.commonutils			.commonutils
     85 COPY	termcap.vt100			usr/share/misc/termcap
     86 
     87 # the disktab explanation file
     88 COPY	disktab.preinstall		etc/disktab.preinstall
     89 
     90 # and the installation tools
     91 COPY	dot.profile			.profile
     92 # COPY	dot.instutils			.instutils
     93 # COPY	${OBJDIR}/install.sh		install
     94 # COPY	${OBJDIR}/upgrade.sh		upgrade
     95 # COPY	${OBJDIR}/start.sh		start
     96 COPY	dot.hdprofile			tmp/.hdprofile
     97 # SPECIAL	chmod 755 install
     98 # SPECIAL	chmod 755 upgrade
     99 # SPECIAL	chmod 755 start
    100