Skip to content
Snippets Groups Projects
Commit 8d094286 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.
parent 64cb83b4
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
......@@ -47,7 +47,7 @@ actions:
- mountpoint: /
partition: system
flags: [ boot ]
options: [ ro ]
options: [ rw ]
- mountpoint: /boot/efi
partition: EFI
- 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