diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-11 18:20:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-11 18:20:33 +0000 |
commit | fd0bbbefc90bb4b6f78cfdfa4af5257190e926bb (patch) | |
tree | b3fddac775fd642754bb39e38cf165ba5b0d21f0 | |
parent | a902dcb1901d3d5da032b8a78ae0a404396559bf (diff) |
Put vnd image in /var/tmp to avoid vnd problems with MFS and NFS.
-rw-r--r-- | distrib/alpha/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/ramdisk/Makefile b/distrib/alpha/ramdisk/Makefile index 6214e669d5d..fb72e96cbf8 100644 --- a/distrib/alpha/ramdisk/Makefile +++ b/distrib/alpha/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1997/05/11 04:33:10 millert Exp $ +# $OpenBSD: Makefile,v 1.8 1997/05/11 18:20:32 millert Exp $ TOP= ${.CURDIR}/.. @@ -15,7 +15,7 @@ VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a VND_CRDEV= /dev/r${VND}c PID!= echo $$$$ -REALIMAGE!= echo image.${PID} +REALIMAGE!= echo /var/tmp/image.${PID} STRIP?= strip GZIP?= gzip |