From 8d094286e9c94559c140f7340b88b6000aeff5ee Mon Sep 17 00:00:00 2001 From: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Date: Wed, 13 Feb 2019 11:55:46 +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. --- apertis-image-uefi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apertis-image-uefi.yaml b/apertis-image-uefi.yaml index 34cbec7..f5730f3 100644 --- a/apertis-image-uefi.yaml +++ b/apertis-image-uefi.yaml @@ -47,7 +47,7 @@ actions: - mountpoint: / partition: system flags: [ boot ] - options: [ ro ] + options: [ rw ] - mountpoint: /boot/efi partition: EFI - mountpoint: /home -- GitLab