Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.1
      1 #	$NetBSD: list,v 1.1 1999/09/16 12:18:27 takemura 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 SPECIAL	ln -s ../../instbin	usr.install/sbin/update
     49 
     50 
     51 # crunchgen source directory specials: progs built in nonstandard places
     52 CRUNCHSPECIAL	vi	srcdir usr.bin/vi/build
     53 
     54 
     55 
     56 # Minimize use of MFS
     57 SYMLINK	/tmp	var/tmp
     58 
     59 # copy the MAKEDEV script and make some devices
     60 COPY	${DESTDIR}/dev/MAKEDEV		dev/MAKEDEV
     61 COPY	${DESTDIR}/dev/MAKEDEV.local	dev/MAKEDEV.local
     62 SPECIAL	cd dev; sh MAKEDEV all
     63 SPECIAL	/bin/rm dev/MAKEDEV dev/MAKEDEV.local
     64 
     65 # we need the contents of /usr/mdec
     66 COPYDIR	${DESTDIR}/usr/mdec	/usr/mdec
     67 
     68 
     69 # the zoneinfo (dont use)
     70 #COPYDIR	${DESTDIR}/usr/share/zoneinfo	usr/share/zoneinfo
     71 
     72 # a subset termcap file
     73 COPY	${ARCHDIR}/termcap.rcons usr/share/misc/termcap
     74 
     75 # copy the kernel(s)
     76 COPY	${CURDIR}/../../sys/arch/hpcmips/compile/GENERIC/netbsd  netbsd
     77 
     78 
     79 # various files that we need in /etc for the install
     80 #COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     81 #SYMLINK	/tmp/disktab.shadow		etc/disktab
     82 #SYMLINK	/tmp/fstab.shadow		etc/fstab
     83 #SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     84 #SYMLINK	/tmp/hosts			etc/hosts
     85 
     86 # sysinst needs disktab template
     87 COPY	${DESTDIR}/etc/disktab		etc/disktab.preinstall
     88 
     89 # and the installation tools
     90 COPY	${ARCHDIR}/dot.profile		.profile
     91 #LINK	instbin				sbin/sysinst
     92 
     93 # and a spare .profile
     94 COPY	${DESTDIR}/.profile		tmp/.hdprofile
     95