Prevent Volumio from resizing the SD card on first boot?

Is there any way to prevent Volumio from resizing the SD card on first boot? And then of course to re-enable it?

Sure - but you might run into issues with the initramfs

# Enable
touch /boot/resize-volumio-datapart
# Disable
rm /boot/resize-volumio-datapart
1 Like