Skip to content

Commit

Permalink
make sure the initramfs is rw
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Hecko committed Aug 9, 2024
1 parent db34d3d commit a7cb184
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def construct_cmdline_args_for_livemode():
liveimg = os.path.basename(livemode_artifacts.squashfs)
livedir = os.path.dirname(livemode_artifacts.squashfs)

args = {}
args = {'rw': None}

# if an URL is defined, boot over the network (http, nfs, ftp, ...)
if livemode_config.url:
Expand Down

0 comments on commit a7cb184

Please sign in to comment.