projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3bbe6bc
)
mount.qemu: mount raw image read/write
author
Colin McCabe
<colinmcc@lab126.com>
Tue, 29 Dec 2009 23:43:07 +0000 (15:43 -0800)
committer
Colin McCabe
<colinmcc@lab126.com>
Tue, 29 Dec 2009 23:43:07 +0000 (15:43 -0800)
mount.qemu
patch
|
blob
|
history
diff --git
a/mount.qemu
b/mount.qemu
index
d3f3d0f
..
b07d839
100755
(executable)
--- a/
mount.qemu
+++ b/
mount.qemu
@@
-23,4
+23,4
@@
else
fi
# mount raw qemu device
-mount -o loop,offset=32256 ${image_file} ${mount_point}
+mount -o loop,rw,offset=32256 ${image_file} ${mount_point}