Compare commits

...
2 Commits
2 changed files with 3 additions and 2 deletions
Vendored
+1 -1
View File
@@ -4,7 +4,7 @@ pipeline {
environment {
ROOTFS_ARTIFACT = "espos-openrc-rootfs.tar.xz"
ROOTFS_ARTIFACT = "espos-openrc-rootfs.tar.zst"
}
+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 \