diff --git a/repos/gems/run/sculpt_image.run b/repos/gems/run/sculpt_image.run index 11d9219c52..ea059ddf33 100644 --- a/repos/gems/run/sculpt_image.run +++ b/repos/gems/run/sculpt_image.run @@ -59,6 +59,9 @@ puts "Disk image: $depot_image_path.img" # install content of boot directory into depot exec rm -rf $depot_image_path exec cp -r [run_dir]/boot $depot_image_path +if {[have_board pinephone]} { + exec cp [run_dir]/ext2/boot/uboot.env $depot_image_path +} puts "Boot directory: $depot_image_path" puts ""