diff --git a/debian/changelog b/debian/changelog index 285dda7d..97bcc861 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (24.04.15) UNRELEASED; urgency=medium + + * live-build/ubuntu/hooks/020-ubuntu-live.chroot_early: apply to any + layer ending in .live so this can be reused across flavors + + -- Steve Langasek Wed, 20 Dec 2023 19:45:34 -0800 + livecd-rootfs (24.04.14) noble; urgency=medium * When the files we're creating in the live layer have static content, diff --git a/live-build/ubuntu/hooks/020-ubuntu-live.chroot_early b/live-build/ubuntu/hooks/020-ubuntu-live.chroot_early index 1894fcc5..33cf85e8 100755 --- a/live-build/ubuntu/hooks/020-ubuntu-live.chroot_early +++ b/live-build/ubuntu/hooks/020-ubuntu-live.chroot_early @@ -3,7 +3,7 @@ set -eu case ${PASS:-} in - minimal.standard.live) + *.live) ;; *) exit 0