Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.2
      1 #	$NetBSD: list,v 1.2 1999/11/23 23:16:06 simonb Exp $
      2 
      3 # hpcmips extra's: mountpoint for kernfs
      4 SPECIAL mkdir			kern
      5 
      6 # extras in bin
      7 LINK	instbin			bin/csh
      8 LINK	instbin			bin/date
      9 LINK	instbin			bin/rcp
     10 LINK	instbin			bin/rcmd
     11 
     12 # extras in sbin
     13 LINK	instbin			sbin/disklabel
     14 LINK	instbin			sbin/mount_ext2fs
     15 LINK	instbin			sbin/fsck_ext2fs
     16 LINK	instbin			sbin/mount_kernfs
     17 
     18 # extras in /usr.bin
     19 SYMLINK	../../instbin		usr/bin/netstat
     20 SYMLINK	../../instbin		usr/bin/rsh
     21 SYMLINK ../../instbin		usr/bin/tset usr/bin/reset
     22 SYMLINK	../../instbin		usr/bin/vi
     23 
     24 # OK, now do everything in /usr all over all again in usr.install,
     25 # in case we try and install directly into the miniroot (mounting over /usr).
     26 
     27 # local usr.bin
     28 SPECIAL	mkdir	usr.install
     29 SPECIAL	mkdir	usr.install/bin
     30 SPECIAL	mkdir	usr.install/sbin
     31 
     32 
     33 SPECIAL	ln -s ../../instbin	usr.install/bin/chflags
     34 SPECIAL	ln -s ../../instbin	usr.install/bin/chgrp
     35 SPECIAL	ln -s ../../instbin	usr.install/bin/ftp
     36 SPECIAL	ln -s ../../instbin	usr.install/bin/gunzip
     37 SPECIAL	ln -s ../../instbin	usr.install/bin/gzcat
     38 SPECIAL	ln -s ../../instbin	usr.install/bin/gzip
     39 SPECIAL	ln -s ../../instbin	usr.install/bin/netstat
     40 SPECIAL	ln -s ../../instbin	usr.install/bin/sort
     41 SPECIAL	ln -s ../../instbin	usr.install/bin/tar
     42 SPECIAL	ln -s ../../instbin	usr.install/bin/tip
     43 SPECIAL	ln -s ../../instbin	usr.install/bin/vi
     44 
     45 # local usr.sbin
     46 SPECIAL	ln -s ../../instbin	usr.install/sbin/chroot
     47 SPECIAL	ln -s ../../instbin	usr.install/sbin/chown
     48 
     49 
     50 # crunchgen source directory specials: progs built in nonstandard places
     51 CRUNCHSPECIAL	vi	srcdir usr.bin/vi/build
     52 
     53 
     54 
     55 # Minimize use of MFS
     56 SYMLINK	/tmp	var/tmp
     57 
     58 # copy the MAKEDEV script and make some devices
     59 COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
     60 COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
     61 SPECIAL	cd dev; sh MAKEDEV all
     62 SPECIAL	/bin/rm dev/MAKEDEV dev/MAKEDEV.local
     63 
     64 # we need the contents of /usr/mdec
     65 COPYDIR	${DESTDIR}/usr/mdec	/usr/mdec
     66 
     67 
     68 # the zoneinfo (dont use)
     69 #COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     70 
     71 # a subset termcap file
     72 COPY	${ARCHDIR}/termcap.rcons usr/share/misc/termcap
     73 
     74 # copy the kernel(s)
     75 COPY	${CURDIR}/../../sys/arch/hpcmips/compile/GENERIC/netbsd  netbsd
     76 
     77 
     78 # various files that we need in /etc for the install
     79 #COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     80 #SYMLINK	/tmp/disktab.shadow		etc/disktab
     81 #SYMLINK	/tmp/fstab.shadow		etc/fstab
     82 #SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     83 #SYMLINK	/tmp/hosts			etc/hosts
     84 
     85 # sysinst needs disktab template
     86 COPY	${DESTDIR}/etc/disktab		etc/disktab.preinstall
     87 
     88 # and the installation tools
     89 COPY	${ARCHDIR}/dot.profile		.profile
     90 #LINK	instbin				sbin/sysinst
     91 
     92 # and a spare .profile
     93 COPY	${DESTDIR}/.profile		tmp/.hdprofile
     94