diff --git a/stages/io.weldr.grub2 b/stages/io.weldr.grub2 index e01b5d7e..6cc6f30c 100755 --- a/stages/io.weldr.grub2 +++ b/stages/io.weldr.grub2 @@ -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"