From 891b39b2609887f3eb579c53fc7464d253bcde74 Mon Sep 17 00:00:00 2001 From: Colin McCabe Date: Tue, 29 Dec 2009 15:43:07 -0800 Subject: [PATCH] mount.qemu: mount raw image read/write --- mount.qemu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mount.qemu b/mount.qemu index d3f3d0f..b07d839 100755 --- 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} -- 1.6.6.rc1.39.g9a42