From: Sascha Wildner Date: Sat, 10 Jan 2009 02:01:26 +0000 (+0000) Subject: Fix braino on my side. X-Git-Tag: v2.3.0~60^2^2 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/fb41131354cd67d59c4da09a12f30e755e2c433c Fix braino on my side. --- diff --git a/nrelease/Makefile b/nrelease/Makefile index 0392afa..8142ece 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -133,7 +133,7 @@ ROOTSKELS+= ${.CURDIR}/gui ISOFILE ?= ${ISODIR}/dfly.iso IMGFILE ?= ${ISODIR}/dfly.img -IMGMNT ?= ${ISOROOT}/mnt +IMGMNT ?= ${ISODIR}/mnt IMGUSBDEV ?= /dev/da0 # note: we use the '${NRLOBJDIR}/nrelease' construct, that is we add diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index 98b02e5..53bc518 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -168,7 +168,7 @@ The name of the image file (default is .Pa /usr/release/dfly.img ) . .It Va IMGMNT The mount point for the image (default is -.Pa /usr/release/root/mnt ) . +.Pa /usr/release/mnt ) . .It Va IMGUSBDEV The disk device to use in the image's .Xr fstab 5