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