mirror of https://github.com/CIRCL/Circlean
Update basic_mount_image.sh
parent
299743722f
commit
b6564d7298
|
@ -17,11 +17,11 @@ set -x
|
||||||
|
|
||||||
# Double check the path and offsets as noted above!
|
# Double check the path and offsets as noted above!
|
||||||
# Path to the image
|
# Path to the image
|
||||||
IMAGE='2017-02-02_CIRCLean.img'
|
IMAGE='New_Circlean.img'
|
||||||
# Start sector of boot (first) partition
|
# Start sector of boot (first) partition
|
||||||
BOOT_START=8192
|
BOOT_START=8192
|
||||||
# Start sector of root (second) partition
|
# Start sector of root (second) partition
|
||||||
ROOT_START=137216
|
ROOT_START=92160
|
||||||
# Locations you'd like the partitions mounted
|
# Locations you'd like the partitions mounted
|
||||||
BOOT_PATH='/mnt/rpi-boot'
|
BOOT_PATH='/mnt/rpi-boot'
|
||||||
ROOTFS_PATH='/mnt/rpi-root'
|
ROOTFS_PATH='/mnt/rpi-root'
|
||||||
|
|
Loading…
Reference in New Issue