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.
2 parents 7e92612 + b4c9aa5 commit b57ddbdCopy full SHA for b57ddbd
lib/src/install.rs
@@ -466,6 +466,9 @@ async fn initialize_ostree_root_from_self(
466
};
467
for (k, v) in [
468
("sysroot.bootloader", bootloader),
469
+ // Always flip this one on because we need to support alongside installs
470
+ // to systems without a separate boot partition.
471
+ ("sysroot.bootprefix", "true"),
472
("sysroot.readonly", "true"),
473
] {
474
Task::new("Configuring ostree repo", "ostree")
0 commit comments