Compare commits
2
Commits
6ae2e187ca
...
67cfee95b9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67cfee95b9 | ||
|
|
d42882bf47 |
Vendored
+1
-1
@@ -4,7 +4,7 @@ pipeline {
|
||||
|
||||
|
||||
environment {
|
||||
ROOTFS_ARTIFACT = "espos-openrc-rootfs.tar.xz"
|
||||
ROOTFS_ARTIFACT = "espos-openrc-rootfs.tar.zst"
|
||||
}
|
||||
|
||||
|
||||
|
||||
+2
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user