mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-03 06:01:30 +00:00
generalize live-build/ubuntu/hooks/020-ubuntu-live.chroot_early
apply this to any layer ending in '.live' so it can be reused across flavors
This commit is contained in:
parent
5d6c97415a
commit
6680b3be8d
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <steve.langasek@ubuntu.com> Wed, 20 Dec 2023 19:45:34 -0800
|
||||||
|
|
||||||
livecd-rootfs (24.04.14) noble; urgency=medium
|
livecd-rootfs (24.04.14) noble; urgency=medium
|
||||||
|
|
||||||
* When the files we're creating in the live layer have static content,
|
* When the files we're creating in the live layer have static content,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
case ${PASS:-} in
|
case ${PASS:-} in
|
||||||
minimal.standard.live)
|
*.live)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user