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(
14941494
14951495 let repo = open_composefs_repo ( rootfs_dir) ?;
14961496
1497- let OstreeExtImgRef { transport, name } = & state. target_imgref . imgref ;
1497+ let OstreeExtImgRef {
1498+ name : image_name,
1499+ transport,
1500+ } = & state. source . imageref ;
14981501
14991502 // 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
15011504}
15021505
15031506#[ context( "Setting up BLS boot" ) ]
@@ -1569,7 +1572,8 @@ menuentry "Fedora Bootc UKI" {{
15691572 search --no-floppy --set=root --fs-uuid {rootfs_uuid}
15701573 chainloader /boot/EFI/Linux/{uki_id}.efi
15711574}}
1572- "# , uki_id=id. to_hex( )
1575+ "# ,
1576+ uki_id = id. to_hex( )
15731577 ) ;
15741578
15751579 std:: fs:: write ( boot_dir. join ( "grub2/user.cfg" ) , grub_user_config)
You can’t perform that action at this time.
0 commit comments