File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rust-version = "1.64.0"
1111[dependencies ]
1212anyhow = " 1.0"
1313camino = { version = " 1.0.4" , features = [" serde1" ] }
14- ostree-ext = " 0.11.2 "
14+ ostree-ext = " 0.11.5 "
1515clap = { version = " 4.2" , features = [" derive" ] }
1616clap_mangen = { version = " 0.2" , optional = true }
1717cap-std-ext = " 2"
Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ async fn upgrade(opts: UpgradeOpts) -> Result<()> {
283283 let imgref = & OstreeImageReference :: from ( imgref. clone ( ) ) ;
284284 let mut imp =
285285 ostree_container:: store:: ImageImporter :: new ( & sysroot. repo ( ) , imgref, config) . await ?;
286+ imp. require_bootable ( ) ;
286287 match imp. prepare ( ) . await ? {
287288 PrepareResult :: AlreadyPresent ( c) => {
288289 println ! (
You can’t perform that action at this time.
0 commit comments