Imported 2.789

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2022-10-14 00:38:15 +00:00
parent f4deded9ac
commit fc7271d42f
2 changed files with 8 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.789) kinetic; urgency=medium
* re-enable snap preseed (LP: #1991011)
-- jchittum <john.chittum@canononical.com> Thu, 13 Oct 2022 12:41:23 -0500
livecd-rootfs (2.788) kinetic; urgency=medium livecd-rootfs (2.788) kinetic; urgency=medium
* riscv: Remove the default installation of the Wifi driver for the LicheeRV * riscv: Remove the default installation of the Wifi driver for the LicheeRV

View File

@ -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
} }