1996-01-07 01:42:13 +03:00
|
|
|
# $NetBSD: list,v 1.2 1996/01/06 22:42:17 pk Exp $
|
1995-12-19 01:54:43 +03:00
|
|
|
|
|
|
|
# We can only get this program this way.
|
|
|
|
COPY ${DESTDIR}/sbin/mount_mfs sbin/mount_mfs
|
|
|
|
SPECIAL chmod 555 sbin/mount_mfs
|
|
|
|
|
|
|
|
# we need the contents of /usr/mdec
|
|
|
|
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
|
|
|
|
|
|
|
|
# copy the kernel
|
|
|
|
COPY ${CURDIR}/../../sys/arch/sparc/compile/GENERIC/netbsd netbsd
|
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
|
|
|
COPY ${DESTDIR}/etc/disktab etc/disktab.shadow
|
|
|
|
SYMLINK /tmp/disktab.shadow etc/disktab
|
|
|
|
SYMLINK /tmp/fstab.shadow etc/fstab
|
|
|
|
SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
|
|
|
|
SYMLINK /tmp/hosts etc/hosts
|
|
|
|
|
|
|
|
# and the installation tools
|
|
|
|
COPY ${ARCHDIR}/dot.profile .profile
|
1996-01-07 01:42:13 +03:00
|
|
|
COPY ${ARCHDIR}/../install.md install.md
|
1995-12-19 01:54:43 +03:00
|
|
|
COPY ${DESTDIR}/usr/mdec/boot boot
|
|
|
|
SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -v ffs ${TARGDIR}
|