We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd6acb commit 12cfe1bCopy full SHA for 12cfe1b
scriptmodules/admin/image.sh
@@ -360,7 +360,7 @@ function platform_image() {
360
local image_name="${image_base}.img"
361
local image_file="$dest/$image_name"
362
363
- rp_callModule image create "$image_file"
+ rp_callModule image create "$image_file" "$md_build/$dist"
364
[[ "$make_bb" -eq 1 ]] && rp_callModule image create_bb "$dest/${image_base}-berryboot.img256"
365
366
printMsgs "console" "Compressing ${image_name} ..."
0 commit comments