mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-10 09:33:07 +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"
|
cp "${squashfs_f_manifest}.full" "${prefix}.manifest"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(cd "overlay.${pass}/" &&
|
create_squashfs "overlay.${pass}" ${squashfs_f}
|
||||||
mksquashfs . ${squashfs_f} \
|
|
||||||
-no-progress -xattrs -comp xz )
|
|
||||||
|
|
||||||
if [ -n "$lowerdirs" ]; then
|
if [ -n "$lowerdirs" ]; then
|
||||||
umount chroot
|
umount chroot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user