File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1485,10 +1485,13 @@ async fn initialize_composefs_repository(
1485
1485
1486
1486
let repo = open_composefs_repo ( rootfs_dir) ?;
1487
1487
1488
- let OstreeExtImgRef { transport, name } = & state. target_imgref . imgref ;
1488
+ let OstreeExtImgRef {
1489
+ name : image_name,
1490
+ transport,
1491
+ } = & state. source . imageref ;
1489
1492
1490
1493
// transport's display is already of type "<transport_type>:"
1491
- composefs_oci_pull ( & Arc :: new ( repo) , & format ! ( "{transport}{name }" , ) , None ) . await
1494
+ composefs_oci_pull ( & Arc :: new ( repo) , & format ! ( "{transport}{image_name }" , ) , None ) . await
1492
1495
}
1493
1496
1494
1497
#[ context( "Setting up BLS boot" ) ]
@@ -1560,7 +1563,8 @@ menuentry "Fedora Bootc UKI" {{
1560
1563
search --no-floppy --set=root --fs-uuid {rootfs_uuid}
1561
1564
chainloader /boot/EFI/Linux/{uki_id}.efi
1562
1565
}}
1563
- "# , uki_id=id. to_hex( )
1566
+ "# ,
1567
+ uki_id = id. to_hex( )
1564
1568
) ;
1565
1569
1566
1570
std:: fs:: write ( boot_dir. join ( "grub2/user.cfg" ) , grub_user_config)
You can’t perform that action at this time.
0 commit comments