mount filesystems as rw
d-bus service was unable to start with the previous setup
This commit is contained in:
parent
824cba1c08
commit
5ca90dc052
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue