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