From 0e92ecd82d682d98708137b9c6ae38fb24310bbe Mon Sep 17 00:00:00 2001 From: jonathan Date: Tue, 17 Nov 1998 06:58:24 +0000 Subject: [PATCH] Copy disktab profile to/etc for diskimage. (no ramdisk symlinks via /tmp). --- distrib/pmax/miniroot/list | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/distrib/pmax/miniroot/list b/distrib/pmax/miniroot/list index 1edca6fe308f..cc73835733c4 100644 --- a/distrib/pmax/miniroot/list +++ b/distrib/pmax/miniroot/list @@ -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