diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-02-15 15:56:46 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-02-15 15:56:46 +0000 |
commit | 6550e89dbcfad8eb50490ad35705af309580a191 (patch) | |
tree | 306c2b0ae72274baeea42d18fd42ffa765c86bdc /distrib/alpha | |
parent | 7e6ac3ff3ea845c7efc37422fb3d5289ddcdebf5 (diff) |
Build install media with disktab.shadow already in /tmp, rather
than have the install script copy it there. Shrinks install script,
removes an extra copy of disktab.
ok deraadt@
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/common/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/common/list b/distrib/alpha/common/list index 48b83dd1d7a..3e1c4b8ee89 100644 --- a/distrib/alpha/common/list +++ b/distrib/alpha/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.21 2007/07/11 01:50:40 deraadt Exp $ +# $OpenBSD: list,v 1.22 2009/02/15 15:56:45 krw Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -63,7 +63,7 @@ SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf # and the installation tools SCRIPT ${CURDIR}/../../miniroot/dot.profile .profile -SCRIPT ${CURDIR}/../common/disktab.shadow etc/disktab.shadow +SCRIPT ${CURDIR}/../common/disktab.shadow tmp/disktab.shadow SCRIPT ${CURDIR}/../../miniroot/install.sub install.sub SCRIPT ${CURDIR}/../../miniroot/install.sh install SCRIPT ${CURDIR}/../../miniroot/upgrade.sh upgrade |