From 66dee077ce52d686ec953f4b6412f70f2dd38e80 Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Tue, 7 Feb 2017 20:36:07 -0500 Subject: [PATCH] Remove path from helper script --- shell_utils/basic_mount_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_utils/basic_mount_image.sh b/shell_utils/basic_mount_image.sh index c0a002a..bcfa3d1 100755 --- a/shell_utils/basic_mount_image.sh +++ b/shell_utils/basic_mount_image.sh @@ -17,7 +17,7 @@ set -x # Double check the path and offsets as noted above! # Path to the image -IMAGE='/media/sf_ubuntu-shared/2017-02-02_CIRCLean.img' +IMAGE='2017-02-02_CIRCLean.img' # Start sector of boot (first) partition BOOT_START=8192 # Start sector of root (second) partition