refactor: remove previous output artifact before creating new rootfs

This commit is contained in:
2026-07-16 13:55:17 +02:00
parent d42882bf47
commit 67cfee95b9
+2 -1
View File
@@ -239,7 +239,8 @@ umount -lf "$ROOTFS/sys" || true
echo "[+] Calculando tamaño"
SIZE=$(du -sb "$ROOTFS" | cut -f1)
echo "[+] Eliminando anterior ROOTFS"
rm -rvf $OUTPUT
echo "[+] Creando rootfs comprimido"
tar \