We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481c6c1 commit 3348abaCopy full SHA for 3348aba
1 file changed
crates/lib/src/install.rs
@@ -1763,7 +1763,7 @@ pub(crate) fn setup_composefs_bls_boot(
1763
cmdline_options.push_str(&format!(" {COMPOSEFS_CMDLINE}=?{id_hex}"));
1764
}
1765
None | Some(..) => {
1766
- cmdline_options.push_str(&format!(" {COMPOSEFS_CMDLINE}{id_hex}"));
+ cmdline_options.push_str(&format!(" {COMPOSEFS_CMDLINE}={id_hex}"));
1767
1768
};
1769
0 commit comments