mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-15 20:22:06 +00:00
Revert "Disable the snap-preseed"
This reverts commit 31d42bfd2ff86d175f389ee5bbed6f275597c185. Disable the snap-preseed calls in the interest of getting images built for the 22.10 beta. (LP: #1990884)"
This commit is contained in:
parent
a9c46eed3f
commit
e11d091106
@ -762,9 +762,8 @@ snap_validate_seed() {
|
|||||||
|
|
||||||
if [ -e "${CHROOT_ROOT}/var/lib/snapd/seed/seed.yaml" ]; then
|
if [ -e "${CHROOT_ROOT}/var/lib/snapd/seed/seed.yaml" ]; then
|
||||||
snap debug validate-seed "${CHROOT_ROOT}/var/lib/snapd/seed/seed.yaml"
|
snap debug validate-seed "${CHROOT_ROOT}/var/lib/snapd/seed/seed.yaml"
|
||||||
# 2022-09-26 snap-preseed is hanging with the latest firefox snap LP: #1990884
|
/usr/lib/snapd/snap-preseed --reset $(realpath "${CHROOT_ROOT}")
|
||||||
# /usr/lib/snapd/snap-preseed --reset $(realpath "${CHROOT_ROOT}")
|
/usr/lib/snapd/snap-preseed $(realpath "${CHROOT_ROOT}")
|
||||||
# /usr/lib/snapd/snap-preseed $(realpath "${CHROOT_ROOT}")
|
|
||||||
chroot "${CHROOT_ROOT}" apparmor_parser --skip-read-cache --write-cache --skip-kernel-load --verbose -j `nproc` /etc/apparmor.d
|
chroot "${CHROOT_ROOT}" apparmor_parser --skip-read-cache --write-cache --skip-kernel-load --verbose -j `nproc` /etc/apparmor.d
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user