mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-05 00:11:10 +00:00
lb_binary_layered: use create_squashfs function to pick up some default excludes
This commit is contained in:
parent
30cc2f1982
commit
e4ca30e351
@ -121,9 +121,7 @@ build_layered_squashfs () {
|
||||
cp "${squashfs_f_manifest}.full" "${prefix}.manifest"
|
||||
fi
|
||||
|
||||
(cd "overlay.${pass}/" &&
|
||||
mksquashfs . ${squashfs_f} \
|
||||
-no-progress -xattrs -comp xz )
|
||||
create_squashfs "overlay.${pass}" ${squashfs_f}
|
||||
|
||||
if [ -n "$lowerdirs" ]; then
|
||||
umount chroot
|
||||
|
Loading…
x
Reference in New Issue
Block a user