Skip to content

Commit b57ddbd

Browse files
authored
Merge pull request #193 from cgwalters/enable-bootprefix
install: Enable bootprefix by default
2 parents 7e92612 + b4c9aa5 commit b57ddbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/install.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,9 @@ async fn initialize_ostree_root_from_self(
466466
};
467467
for (k, v) in [
468468
("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"),
469472
("sysroot.readonly", "true"),
470473
] {
471474
Task::new("Configuring ostree repo", "ostree")

0 commit comments

Comments
 (0)