diff --git a/entrypoint.sh b/entrypoint.sh index 599ebf7..bfe86ff 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,7 +15,7 @@ if [ ! -e $image_path ]; then fi fi -qemu-img resize 4G +qemu-img resize $image_path 4G if [ "${target}" = "pi1" ]; then emulator=qemu-system-arm