Skip to content

Commit

Permalink
Merge pull request #193 from cgwalters/enable-bootprefix
Browse files Browse the repository at this point in the history
install: Enable bootprefix by default
  • Loading branch information
cgwalters committed Nov 10, 2023
2 parents 7e92612 + b4c9aa5 commit b57ddbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@ async fn initialize_ostree_root_from_self(
};
for (k, v) in [
("sysroot.bootloader", bootloader),
// Always flip this one on because we need to support alongside installs
// to systems without a separate boot partition.
("sysroot.bootprefix", "true"),
("sysroot.readonly", "true"),
] {
Task::new("Configuring ostree repo", "ostree")
Expand Down

0 comments on commit b57ddbd

Please sign in to comment.