Skip to content

Commit 12cfe1b

Browse files
committed
image - fix chroot path for create_image
1 parent 3bd6acb commit 12cfe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/admin/image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ function platform_image() {
360360
local image_name="${image_base}.img"
361361
local image_file="$dest/$image_name"
362362

363-
rp_callModule image create "$image_file"
363+
rp_callModule image create "$image_file" "$md_build/$dist"
364364
[[ "$make_bb" -eq 1 ]] && rp_callModule image create_bb "$dest/${image_base}-berryboot.img256"
365365

366366
printMsgs "console" "Compressing ${image_name} ..."

0 commit comments

Comments
 (0)