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 @@ -1494,10 +1494,13 @@ async fn initialize_composefs_repository(
1494
1494
1495
1495
let repo = open_composefs_repo ( rootfs_dir) ?;
1496
1496
1497
- let OstreeExtImgRef { transport, name } = & state. target_imgref . imgref ;
1497
+ let OstreeExtImgRef {
1498
+ name : image_name,
1499
+ transport,
1500
+ } = & state. source . imageref ;
1498
1501
1499
1502
// transport's display is already of type "<transport_type>:"
1500
- composefs_oci_pull ( & Arc :: new ( repo) , & format ! ( "{transport}{name }" , ) , None ) . await
1503
+ composefs_oci_pull ( & Arc :: new ( repo) , & format ! ( "{transport}{image_name }" , ) , None ) . await
1501
1504
}
1502
1505
1503
1506
#[ context( "Setting up BLS boot" ) ]
@@ -1569,7 +1572,8 @@ menuentry "Fedora Bootc UKI" {{
1569
1572
search --no-floppy --set=root --fs-uuid {rootfs_uuid}
1570
1573
chainloader /boot/EFI/Linux/{uki_id}.efi
1571
1574
}}
1572
- "# , uki_id=id. to_hex( )
1575
+ "# ,
1576
+ uki_id = id. to_hex( )
1573
1577
) ;
1574
1578
1575
1579
std:: fs:: write ( boot_dir. join ( "grub2/user.cfg" ) , grub_user_config)
You can’t perform that action at this time.
0 commit comments