From: Matthew Dillon Date: Fri, 26 Jun 2009 01:05:30 +0000 (-0700) Subject: nrelease - img build - A usb stick will now probe starting at da8 X-Git-Tag: v2.3.2~100 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/a2f841ed4621002641dfd10f195fcfb97f026db0 nrelease - img build - A usb stick will now probe starting at da8 --- diff --git a/nrelease/Makefile b/nrelease/Makefile index 69ebf6755a..939e794b63 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -133,7 +133,11 @@ ISOFILE ?= ${ISODIR}/dfly.iso IMGFILE ?= ${ISODIR}/dfly.img IMGMNT ?= ${ISODIR}/mnt -IMGUSBDEV ?= /dev/da0 + +# USB umass now probes starting at da8, so the usb stick is +# probably sitting on da8. +# +IMGUSBDEV ?= /dev/da8 # note: we use the '${NRLOBJDIR}/nrelease' construct, that is we add # the additional '/nrelease' manually, as a safety measure.