Copy disktab profile to/etc for diskimage. (no ramdisk symlinks via /tmp).

This commit is contained in:
jonathan 1998-11-17 06:58:24 +00:00
parent 2c1dcc2bd0
commit 0e92ecd82d
1 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.2 1998/11/17 05:07:18 jonathan Exp $
# $NetBSD: list,v 1.3 1998/11/17 06:58:24 jonathan Exp $
# pmax extra's: mountpoint for kernfs
SPECIAL mkdir kern
@ -79,11 +79,14 @@ COPY ${CURDIR}/../../sys/arch/pmax/compile/GENERIC/netbsd.ecoff netbsd.ecoff
#COPY ${CURDIR}/../../sys/arch/pmax/compile/INSTALL/nfsnetbsd.ecoff nfsnetbsd.ecoff
# 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
#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
# sysinst needs disktab template
COPY ${DESTDIR}/etc/disktab etc/disktab.preinstall
# and the installation tools
COPY ${ARCHDIR}/dot.profile .profile