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
1 merge request!80Mount the root filesystem read-write by default
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
......@@ -46,7 +46,7 @@ actions:
- mountpoint: /
partition: system
flags: [ boot ]
options: [ ro ]
options: [ rw ]
- mountpoint: /boot
partition: boot
- 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