mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +00:00
Merge branch 'copy-hooks-more' into ubuntu/master
This commit is contained in:
commit
9e42d66ed5
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (24.04.33) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Edubuntu, Ubuntu Studio and Ubuntu Budgie have hooks in
|
||||||
|
live-build/${PROJECT}/hooks now but they need to be copied to config/ to
|
||||||
|
do anything.
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Mon, 12 Feb 2024 08:54:35 +1300
|
||||||
|
|
||||||
livecd-rootfs (24.04.32) noble; urgency=medium
|
livecd-rootfs (24.04.32) noble; urgency=medium
|
||||||
|
|
||||||
* Switch from sources.list to ubuntu.sources (LP: #2048129)
|
* Switch from sources.list to ubuntu.sources (LP: #2048129)
|
||||||
|
@ -1426,9 +1426,12 @@ deb $LB_PARENT_MIRROR_BINARY_VOLATILE $SUITE-proposed universe multiverse
|
|||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
case $PROJECT:${SUBPROJECT:-} in
|
||||||
ubuntu-cpc:*|ubuntu-server:live|ubuntu:desktop-preinstalled| \
|
ubuntu-cpc:*|ubuntu-server:live|ubuntu:desktop-preinstalled| \
|
||||||
ubuntu-wsl:*|ubuntu-mini-iso:*|ubuntu:|ubuntu-oem:*)
|
ubuntu-wsl:*|ubuntu-mini-iso:*|ubuntu:|ubuntu-oem:*| \
|
||||||
|
ubuntustudio-dvd:*|edubuntu:*|ubuntu-budgie:*)
|
||||||
# Ensure that most things e.g. includes.chroot are copied as is
|
# Ensure that most things e.g. includes.chroot are copied as is
|
||||||
for entry in /usr/share/livecd-rootfs/live-build/${PROJECT}/*; do
|
for entry in /usr/share/livecd-rootfs/live-build/${PROJECT}/*; do
|
||||||
case $entry in
|
case $entry in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user