From b6b0479f3337b52ca5201f80964802137e4e3d15 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Date: Fri, 15 Feb 2019 13:51:54 +0100 Subject: [PATCH] Mount the root filesystem read-write by default The root filesystem was ro, with special sections marked as rw for the old upgrade system. Now that we have ostree that's really quite redundant. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> --- apertis-image-uboot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apertis-image-uboot.yaml b/apertis-image-uboot.yaml index 4e2bde4b..16c85a51 100644 --- a/apertis-image-uboot.yaml +++ b/apertis-image-uboot.yaml @@ -46,7 +46,7 @@ actions: - mountpoint: / partition: system flags: [ boot ] - options: [ ro ] + options: [ rw ] - mountpoint: /boot partition: boot - mountpoint: /home -- GitLab