mirror of https://github.com/CIRCL/Circlean
Created simple_mount_image.sh
parent
52ee749a45
commit
d5e73354c2
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
IMAGE='2016-05-12_CIRCLean.img'
|
||||||
|
OFFSET=$((512 * 131072))
|
||||||
|
|
||||||
|
mkdir /mnt/rpi
|
||||||
|
mount -v -o offset=${OFFSET} -t ext4 ${IMAGE} /mnt/rpi
|
Loading…
Reference in New Issue