From cdf596439220d864a20edf806abaf28a37089eb5 Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Tue, 31 Jan 2017 17:07:12 -0500 Subject: [PATCH] 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. --- circlean/boot_partition/cmdline.txt | 1 + 1 file changed, 1 insertion(+) create mode 100755 circlean/boot_partition/cmdline.txt diff --git a/circlean/boot_partition/cmdline.txt b/circlean/boot_partition/cmdline.txt new file mode 100755 index 0000000..2b1f363 --- /dev/null +++ b/circlean/boot_partition/cmdline.txt @@ -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