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
Dan Puttick 2017-01-31 17:07:12 -05:00
parent adef197f01
commit cdf5964392
1 changed files with 1 additions and 0 deletions

View File

@ -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