From fb41131354cd67d59c4da09a12f30e755e2c433c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 10 Jan 2009 02:01:26 +0000 Subject: [PATCH] Fix braino on my side. --- nrelease/Makefile | 2 +- share/man/man7/release.7 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.7.2