mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-04-16 05:51:09 +00:00
Pick a better manifest by using the live pass for layered images (LP: #2147921)
This commit is contained in:
parent
7126d85e23
commit
da0b48e2bd
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,9 +1,13 @@
|
|||||||
livecd-rootfs (26.04.30) resolute; urgency=medium
|
livecd-rootfs (26.04.30) resolute; urgency=medium
|
||||||
|
|
||||||
|
[ Florent 'Skia' Jacquet]
|
||||||
|
* Pick a better manifest by using the live pass for layered images (LP: #2147921)
|
||||||
|
|
||||||
|
[ Dan Bungert ]
|
||||||
* Exclude boot/grub/i386-pc/eltorito.img from md5sum.txt, as it is expected
|
* Exclude boot/grub/i386-pc/eltorito.img from md5sum.txt, as it is expected
|
||||||
to change in xorriso output. (LP: #2147162)
|
to change in xorriso output. (LP: #2147162)
|
||||||
|
|
||||||
-- Dan Bungert <daniel.bungert@canonical.com> Fri, 03 Apr 2026 18:21:58 -0600
|
-- Florent 'Skia' Jacquet <skia@ubuntu.com> Mon, 13 Apr 2026 15:16:01 +0200
|
||||||
|
|
||||||
livecd-rootfs (26.04.29) resolute; urgency=medium
|
livecd-rootfs (26.04.29) resolute; urgency=medium
|
||||||
|
|
||||||
|
|||||||
@ -562,9 +562,9 @@ if [ -e "binary/$INITFS/filesystem.manifest" ]; then
|
|||||||
elif [ -e "binary/$INITFS/filesystem.packages" ]; then
|
elif [ -e "binary/$INITFS/filesystem.packages" ]; then
|
||||||
# '--initramfs none' produces different manifest names.
|
# '--initramfs none' produces different manifest names.
|
||||||
ln "binary/$INITFS/filesystem.packages" "$PREFIX.manifest"
|
ln "binary/$INITFS/filesystem.packages" "$PREFIX.manifest"
|
||||||
elif [ -n "$PASSES" ]; then
|
elif [ -n "$LIVE_PASSES" ]; then
|
||||||
# For layered images, keep the manifest of the last pass
|
# For layered images, keep the manifest of the last (only?) live pass
|
||||||
for _PASS in $PASSES; do
|
for _PASS in $LIVE_PASSES; do
|
||||||
ln -f "${CASPER_DIR}/$_PASS.manifest.full" "$PREFIX.manifest"
|
ln -f "${CASPER_DIR}/$_PASS.manifest.full" "$PREFIX.manifest"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user