mount filesystems as rw

d-bus service was unable to start with the previous setup
This commit is contained in:
Martin Sehnoutka 2019-07-08 15:56:38 +02:00 committed by Lars Karlitski
parent 824cba1c08
commit 5ca90dc052

View file

@ -58,7 +58,7 @@ def main(tree, options):
env.write("# GRUB Environment Block\n"
f"GRUB2_ROOT_FS_UUID={root_fs_uuid}\n"
f"GRUB2_BOOT_FS_UUID={root_fs_uuid}\n"
f"kernelopts=root=UUID={root_fs_uuid} ro\n")
f"kernelopts=root=UUID={root_fs_uuid} rw\n")
with open(f"{tree}/boot/grub2/grub.cfg", "w") as cfg:
cfg.write("set timeout=0\n"
"load_env\n"