mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-24 17:21:31 +00:00
lb_chroot_layered: also snap_validate_seed after all snaps are seeded
Cherrypick of the similar change done in the non-layered codepath.
This commit is contained in:
parent
b9f9dc1ca5
commit
9a6f28c131
@ -89,8 +89,9 @@ lb_chroot_install_snaps () {
|
|||||||
snap_prepare chroot
|
snap_prepare chroot
|
||||||
|
|
||||||
while read snap; do
|
while read snap; do
|
||||||
snap_preseed chroot "${snap}"
|
SNAP_NO_VALIDATE_SEED=1 snap_preseed chroot "${snap}"
|
||||||
done < $snaplist_file
|
done < $snaplist_file
|
||||||
|
snap_validate_seed chroot
|
||||||
}
|
}
|
||||||
|
|
||||||
lb_chroot_includes () {
|
lb_chroot_includes () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user