mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
Imported 2.727
No reason for CPC update specified.
This commit is contained in:
parent
c887ebdadc
commit
afb87dbf4e
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.727) impish; urgency=medium
|
||||||
|
|
||||||
|
* Remove assumption in 032-installer-squashfs.binary that all core snaps
|
||||||
|
needed for subiquity are already in the filesystem layer. (LP: #1933352)
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Thu, 24 Jun 2021 11:51:43 +1200
|
||||||
|
|
||||||
livecd-rootfs (2.726) impish; urgency=medium
|
livecd-rootfs (2.726) impish; urgency=medium
|
||||||
|
|
||||||
* Fix overriding of ExecStart in
|
* Fix overriding of ExecStart in
|
||||||
|
@ -83,11 +83,14 @@ sed -i -e'N;/name: lxd/,+2d' $INSTALLER_ROOT/var/lib/snapd/seed/seed.yaml
|
|||||||
|
|
||||||
teardown_mountpoint "$INSTALLER_ROOT"
|
teardown_mountpoint "$INSTALLER_ROOT"
|
||||||
|
|
||||||
# Drop core/lxd/snapd that got copied up from base layer, due to
|
# Drop any snaps that got copied up from base layer, due to
|
||||||
# snap-preseed tool doing --reset & speedup
|
# snap-preseed tool doing --reset & speedup
|
||||||
find $OVERLAY_ROOT/var/lib/snapd/ -name 'core*.snap' -delete
|
for snap in $(cd $OVERLAY_ROOT/; find var/lib/snapd/ -name '*.snap'); do
|
||||||
find $OVERLAY_ROOT/var/lib/snapd/ -name 'snapd_*.snap' -delete
|
if [ -f $FILESYSTEM_ROOT/$snap ]; then
|
||||||
find $OVERLAY_ROOT/var/lib/snapd/ -name 'lxd_*.snap' -delete
|
echo "removing $snap from overlay as already present in base layer"
|
||||||
|
rm $OVERLAY_ROOT/$snap
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
||||||
squashfs_f="${PWD}/livecd.${PROJECT}.installer.squashfs"
|
squashfs_f="${PWD}/livecd.${PROJECT}.installer.squashfs"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user