mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Use xz compression for root squashfs
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
2fbfbbe059
commit
80353cf9a3
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@ deploy() {
|
||||||
local SOURCE="$1"
|
local SOURCE="$1"
|
||||||
local DEPLOY="$2"
|
local DEPLOY="$2"
|
||||||
|
|
||||||
mksquashfs "$PKGBUILDDIR" "$DEPLOY/rootfs.img" \
|
mksquashfs "$PKGBUILDDIR" "$DEPLOY/rootfs.img" -comp xz \
|
||||||
-all-root -no-progress -no-xattrs
|
-all-root -no-progress -no-xattrs
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue