projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f940068
)
nrelease - img build - A usb stick will now probe starting at da8
author
Matthew Dillon <dillon@apollo.backplane.com>
Fri, 26 Jun 2009 01:05:30 +0000 (18:05 -0700)
committer
Matthew Dillon <dillon@apollo.backplane.com>
Fri, 26 Jun 2009 01:05:30 +0000 (18:05 -0700)
nrelease/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/nrelease/Makefile
b/nrelease/Makefile
index
69ebf67
..
939e794
100644
(file)
--- 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.