mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
Always reinstall image in scripts/dual-boot.sh
This commit is contained in:
parent
548c65433f
commit
c66367c072
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user