diff --git a/build-rootfs.sh b/build-rootfs.sh index ac2bf29..88c1684 100644 --- a/build-rootfs.sh +++ b/build-rootfs.sh @@ -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 \