Always reinstall image in scripts/dual-boot.sh

This commit is contained in:
Jeremy Soller 2025-10-21 15:18:24 -06:00
parent 548c65433f
commit c66367c072
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -30,6 +30,7 @@ fi
IMAGE="build/${ARCH}/${CONFIG_NAME}/filesystem.img"
set -x
rm -f "${IMAGE}"
make "${IMAGE}"
sudo popsicle "${IMAGE}" "${DISK}"
set +x