Skip to content
Snippets Groups Projects
Commit b6b0479f authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

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: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
parent 60cca8ae
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ actions: ...@@ -46,7 +46,7 @@ actions:
- mountpoint: / - mountpoint: /
partition: system partition: system
flags: [ boot ] flags: [ boot ]
options: [ ro ] options: [ rw ]
- mountpoint: /boot - mountpoint: /boot
partition: boot partition: boot
- mountpoint: /home - mountpoint: /home
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment