1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-20 04:26:13 +02:00

Use xz compression for root squashfs

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-02-22 19:51:44 +01:00
parent 2fbfbbe059
commit 80353cf9a3

View file

@ -51,6 +51,6 @@ deploy() {
local SOURCE="$1"
local DEPLOY="$2"
mksquashfs "$PKGBUILDDIR" "$DEPLOY/rootfs.img" \
mksquashfs "$PKGBUILDDIR" "$DEPLOY/rootfs.img" -comp xz \
-all-root -no-progress -no-xattrs
}