diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-02-20 00:02:50 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-02-20 00:02:50 +0000 |
commit | 5878b34e91ffc2829d4ac0e0b62b116ff28f1b7c (patch) | |
tree | e724043ff5bdf5a204e366b67e320a702beb21ee /distrib/hp300 | |
parent | 867ac0bf7a72f5f8e1578e5dcdd4304e68a5757f (diff) |
Don't copy disktab onto install media as it is not used during
installs. Also nuke the link created for disktab.
ok deraadt@ miod@
Diffstat (limited to 'distrib/hp300')
-rw-r--r-- | distrib/hp300/ramdisk/list | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index 70ed98e47d4..988e9f5f0d0 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.48 2007/02/14 23:38:20 deraadt Exp $ +# $OpenBSD: list,v 1.49 2009/02/20 00:02:49 krw Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -67,8 +67,6 @@ COPY ${DESTDIR}/etc/group etc/group COPY ${CURDIR}/../../miniroot/protocols etc/protocols COPY ${CURDIR}/../../miniroot/services etc/services COPY ${DESTDIR}/etc/spwd.db etc/spwd.db -SCRIPT ${DESTDIR}/etc/disktab etc/disktab -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 |