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
Branches debian/bookworm debian/bookworm-security
Tags debian/2%21.1.7-3+deb12u9
No related merge requests found
...@@ -47,7 +47,7 @@ actions: ...@@ -47,7 +47,7 @@ actions:
- mountpoint: / - mountpoint: /
partition: system partition: system
flags: [ boot ] flags: [ boot ]
options: [ ro ] options: [ rw ]
- mountpoint: /boot/efi - mountpoint: /boot/efi
partition: EFI partition: EFI
- 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