diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-14 20:07:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-04-14 20:07:30 +0000 |
commit | a6bfd044ea512c27aee21b08417f87ba604bf4ae (patch) | |
tree | 8ba75c6fbe814e1c270f680ee13dd6b0dc7af58e /distrib/hp300/ramdisk/list | |
parent | 82a4345ea4a1f73b810faec7e3cd3e4b99cd46d7 (diff) |
add symlink to resolv.conf so DNS can work
Diffstat (limited to 'distrib/hp300/ramdisk/list')
-rw-r--r-- | distrib/hp300/ramdisk/list | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/list b/distrib/hp300/ramdisk/list index a86038ab628..5c23cd4c4ca 100644 --- a/distrib/hp300/ramdisk/list +++ b/distrib/hp300/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.9 1998/03/28 23:40:52 millert Exp $ +# $OpenBSD: list,v 1.10 1998/04/14 20:07:29 millert Exp $ COPY ${OBJDIR}/raminst raminst LINK raminst bin/cat @@ -89,5 +89,7 @@ COPY dot.instutils .instutils COPY install.md install.md COPY ${CURDIR}/../../miniroot/install.sh install SPECIAL sed -e "/^VERSION=/s/=.*/=${REV}/" < ${CURDIR}/../../miniroot/install.sub > install.sub - SPECIAL chmod 755 install + +# so DNS can work +SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf |