mirror of https://github.com/CIRCL/Circlean
Fix to make read-only filesystem not cause crash on boot
During boot, read-only boot partition was causing a crash due to sed trying to write to disk. Added a directory /circlean/boot_partition to hold changes to cmdline.txt that fix this issue.pull/49/head
parent
adef197f01
commit
cdf5964392
|
@ -0,0 +1 @@
|
|||
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait fastboot noswap ro
|
Loading…
Reference in New Issue