Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.1
      1 #	$NetBSD: list,v 1.1 1995/12/18 22:54:44 pk Exp $
      2 
      3 # We can only get this program this way.
      4 COPY	${DESTDIR}/sbin/mount_mfs	sbin/mount_mfs
      5 SPECIAL	chmod 555 sbin/mount_mfs
      6 
      7 # we need the contents of /usr/mdec
      8 COPYDIR	${DESTDIR}/usr/mdec	usr/mdec
      9 
     10 # copy the kernel
     11 COPY	${CURDIR}/../../sys/arch/sparc/compile/GENERIC/netbsd	netbsd
     12 
     13 # various files that we need in /etc for the install
     14 COPY	${DESTDIR}/etc/disktab		etc/disktab.shadow
     15 SYMLINK	/tmp/disktab.shadow		etc/disktab
     16 SYMLINK	/tmp/fstab.shadow		etc/fstab
     17 SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     18 SYMLINK	/tmp/hosts			etc/hosts
     19 
     20 # and the installation tools
     21 COPY	${ARCHDIR}/dot.profile		.profile
     22 COPY	${ARCHDIR}/../install.sh	install
     23 COPY	${ARCHDIR}/../upgrade.sh	upgrade
     24 SPECIAL	chmod 755 install upgrade
     25 COPY	${DESTDIR}/usr/mdec/boot	boot
     26 SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR}
     27