Oops, missed this file:

Remove the hp300-specific installation tools and use the MI minroot
tools.
This commit is contained in:
thorpej 1996-06-11 09:50:30 +00:00
parent f4529b230f
commit 5e55ec3674
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $NetBSD: list,v 1.1 1996/06/11 09:50:30 thorpej Exp $
# 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/hp300/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
COPY ${ARCHDIR}/install.md install.md