mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-15 02:34:08 +00:00
Imported 2.789
No reason for CPC update specified.
This commit is contained in:
parent
f4deded9ac
commit
fc7271d42f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||||
|
@ -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