Update mount script

pull/61/head
Raphaël Vinot 2017-02-28 11:18:52 +01:00
parent 3ee2516a9c
commit a8d08995cb
1 changed files with 2 additions and 2 deletions

View File

@ -36,9 +36,9 @@ PARTITION_BOOT='/dev/mmcblk0p1'
# If you use the img... # If you use the img...
# Double check the path and offsets as noted above! # Double check the path and offsets as noted above!
##### Debian ##### Debian
IMAGE='2016-05-09_CIRCLean.img' IMAGE='2017-02-02_CIRCLean.img'
OFFSET_BOOT=$((8192 * 512)) OFFSET_BOOT=$((8192 * 512))
OFFSET_ROOTFS=$((131072 * 512)) OFFSET_ROOTFS=$((137216 * 512))
CHROOT_PATH='/mnt/arm_rPi' CHROOT_PATH='/mnt/arm_rPi'