From b6564d7298395dffc3eefcad92c377a5262bf05f Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Wed, 9 Aug 2017 16:08:18 -0400 Subject: [PATCH] Update basic_mount_image.sh --- shell_utils/basic_mount_image.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell_utils/basic_mount_image.sh b/shell_utils/basic_mount_image.sh index bcfa3d1..0e37efe 100755 --- a/shell_utils/basic_mount_image.sh +++ b/shell_utils/basic_mount_image.sh @@ -17,11 +17,11 @@ set -x # Double check the path and offsets as noted above! # Path to the image -IMAGE='2017-02-02_CIRCLean.img' +IMAGE='New_Circlean.img' # Start sector of boot (first) partition BOOT_START=8192 # Start sector of root (second) partition -ROOT_START=137216 +ROOT_START=92160 # Locations you'd like the partitions mounted BOOT_PATH='/mnt/rpi-boot' ROOTFS_PATH='/mnt/rpi-root'