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 c66827c commit a2539d3Copy full SHA for a2539d3
quickget
@@ -3355,7 +3355,10 @@ function create_vm() {
3355
if [[ ${ISO} = *".gz"* ]]; then
3356
gzip -d "${VM_PATH}/${ISO}"
3357
ISO="${ISO/.gz/}"
3358
- fi;;
+ fi
3359
+ # Resize the raw image to provide space for Batocera's partition expansion
3360
+ require_qemu_img
3361
+ ${QEMU_IMG} resize -f raw "${VM_PATH}/${ISO}" 128G;;
3362
dragonflybsd)
3363
# Could be other OS iso files compressed with bzip2 or gzip
3364
# but for now we'll keep this to know cases
0 commit comments