Home | History | Annotate | Line # | Download | only in ramdisk
list revision 1.8
      1 #	$NetBSD: list,v 1.8 1999/04/08 21:17:14 pk Exp $
      2 
      3 # copy the crunched binary, link to it, and kill it
      4 COPY	${OBJDIR}/ramdiskbin		instbin
      5 LINK	instbin				bin/cat
      6 LINK	instbin				bin/chmod
      7 LINK	instbin				bin/cp
      8 LINK	instbin				bin/dd
      9 LINK	instbin				bin/df
     10 LINK	instbin				bin/ed
     11 LINK	instbin				bin/expr
     12 LINK	instbin				bin/hostname
     13 LINK	instbin				bin/ln
     14 LINK	instbin				bin/ls
     15 LINK	instbin				bin/mkdir
     16 LINK	instbin				bin/mt
     17 LINK	instbin				bin/mv
     18 LINK	instbin				bin/pax usr/bin/tar usr/bin/cpio
     19 LINK	instbin				bin/rm
     20 LINK	instbin				bin/rcmd
     21 LINK	instbin				bin/rcp
     22 LINK	instbin				bin/sh
     23 LINK	instbin				bin/stty
     24 LINK	instbin				bin/sync
     25 LINK	instbin				bin/test
     26 LINK	instbin				bin/[
     27 
     28 LINK	instbin				sbin/dmesg
     29 LINK	instbin				sbin/edlabel
     30 LINK	instbin				sbin/fsck
     31 LINK	instbin				sbin/fsck_ffs
     32 LINK	instbin				sbin/ifconfig
     33 LINK	instbin				sbin/init sbin/init
     34 LINK	instbin				sbin/mknod
     35 LINK	instbin				sbin/mount
     36 LINK	instbin				sbin/mount_cd9660
     37 LINK	instbin				sbin/mount_ffs
     38 LINK	instbin				sbin/mount_kernfs
     39 LINK	instbin				sbin/mount_nfs
     40 LINK	instbin				sbin/newfs sbin/mount_mfs
     41 LINK	instbin				sbin/ping
     42 LINK	instbin				sbin/reboot sbin/halt
     43 LINK	instbin				sbin/restore sbin/rrestore
     44 LINK	instbin				sbin/route
     45 LINK	instbin				sbin/umount
     46 
     47 LINK	instbin				usr/bin/bzip2 usr/bin/bunzip2 usr/bin/bzcat
     48 LINK	instbin				usr/bin/chflags
     49 LINK	instbin				usr/bin/ftp
     50 LINK	instbin				usr/bin/getopt
     51 LINK	instbin				usr/bin/gzip usr/bin/gunzip usr/bin/zcat
     52 LINK	instbin				usr/bin/less
     53 LINK	instbin				usr/bin/more
     54 LINK	instbin				usr/bin/netstat
     55 LINK	instbin				usr/bin/rsh
     56 LINK	instbin				usr/bin/sed
     57 LINK	instbin				usr/bin/sort
     58 LINK	instbin				usr/mdec/installboot
     59 LINK	instbin				usr/sbin/chown usr/bin/chgrp
     60 LINK	instbin				usr/sbin/chroot
     61 LINK	instbin				usr/sbin/update
     62 LINK	instbin				usr/sbin/pppd
     63 
     64 # `internal' crunchgen links
     65 LINK 	sbin/mount_ffs			sbin/ffs
     66 LINK 	sbin/mount_nfs			sbin/nfs
     67 LINK 	sbin/mount_cd9660		sbin/cd9660
     68 LINK 	bin/sh				bin/-sh
     69 
     70 # no longer needed...
     71 SPECIAL	/bin/rm instbin
     72 
     73 # copy the MAKEDEV script and make some devices
     74 COPY	${TOPDIR}/../../etc/etc.sparc/MAKEDEV	dev/MAKEDEV
     75 SPECIAL cd dev; sh MAKEDEV floppy
     76 SPECIAL /bin/rm dev/MAKEDEV
     77 
     78 # we need the boot blocks /usr/mdec
     79 COPY	${DESTDIR}/usr/mdec/binstall		usr/mdec/binstall
     80 COPY	${DESTDIR}/usr/mdec/boot		usr/mdec/boot
     81 LINK	usr/mdec/boot				usr/mdec/boot.net
     82 COPY	${DESTDIR}/usr/mdec/bootxx		usr/mdec/bootxx
     83 
     84 # and the termcap file
     85 COPY	${REALCURDIR}/termcap.src		usr/share/misc/termcap
     86 
     87 # various files that we need in /etc for the install
     88 COPY	${TOPDIR}/../../etc/group		etc/group
     89 COPY	${TOPDIR}/../../etc/protocols		etc/protocols
     90 COPY	${TOPDIR}/../../etc/services		etc/services
     91 
     92 # we use libhack (/etc/passwd hackery)
     93 SPECIAL	sed -e 's/^\([^:]*:[^:]*:[^:]*:[^:]*:\):0:0:/\1/' ${TOPDIR}/../../etc/master.passwd > etc/passwd
     94 
     95 # the disktab explanation file
     96 COPY	${REALCURDIR}/disktab.preinstall	etc/disktab.preinstall
     97 
     98 # Minimize use of MFS
     99 SYMLINK	/tmp	var/tmp
    100 
    101 # various files that we need in /etc for the install
    102 COPY	${DESTDIR}/etc/disktab			etc/disktab.shadow
    103 SYMLINK	/tmp/disktab.shadow			etc/disktab
    104 SYMLINK	/tmp/fstab.shadow			etc/fstab
    105 SYMLINK	/tmp/resolv.conf.shadow			etc/resolv.conf
    106 SYMLINK	/tmp/hosts				etc/hosts
    107 
    108 # and the installation tools
    109 COPY	${REALCURDIR}/dot.profile		.profile
    110 COPY	${TOPDIR}/install.md			install.md
    111 COPY	${TOPDIR}/../miniroot/install.sh	install
    112 COPY	${TOPDIR}/../miniroot/upgrade.sh	upgrade
    113 SPECIAL sed "/^VERSION=/s/=.*/=${REV}/" < ${TOPDIR}/../miniroot/install.sub > install.sub
    114 SPECIAL	chmod 755 install upgrade
    115