mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-23 23:01:44 +00:00
Drop the legacy images for both Ubuntu and Ubuntu Budgie.
This commit is contained in:
parent
22a26cc97a
commit
5634c7e769
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (24.04.3) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Drop the legacy images for both Ubuntu and Ubuntu Budgie.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Sat, 04 Nov 2023 21:55:34 +0200
|
||||||
|
|
||||||
livecd-rootfs (24.04.2) noble; urgency=medium
|
livecd-rootfs (24.04.2) noble; urgency=medium
|
||||||
|
|
||||||
* Enable snap preseeding with ppc64el images where /boot/vmlinux is used
|
* Enable snap preseeding with ppc64el images where /boot/vmlinux is used
|
||||||
|
@ -675,17 +675,7 @@ fi
|
|||||||
|
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
ubuntu)
|
ubuntu)
|
||||||
|
|
||||||
case ${SUBPROJECT:-} in
|
case ${SUBPROJECT:-} in
|
||||||
legacy)
|
|
||||||
LIVE_TASK='ubuntu-live'
|
|
||||||
add_task install minimal standard ubuntu-desktop
|
|
||||||
add_task live ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages
|
|
||||||
KERNEL_FLAVOURS='generic-hwe-22.04'
|
|
||||||
if [ "$SUBARCH" = "intel-iot" ]; then
|
|
||||||
KERNEL_FLAVOURS='intel-iotg'
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
desktop-preinstalled)
|
desktop-preinstalled)
|
||||||
add_task install minimal standard ubuntu-desktop
|
add_task install minimal standard ubuntu-desktop
|
||||||
case $SUBARCH in
|
case $SUBARCH in
|
||||||
@ -857,13 +847,6 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-budgie)
|
ubuntu-budgie)
|
||||||
case ${SUBPROJECT:-} in
|
|
||||||
legacy)
|
|
||||||
add_task install minimal standard ubuntu-budgie-desktop
|
|
||||||
LIVE_TASK='ubuntu-budgie-live'
|
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
|
||||||
# By default Ubuntu Budgie now ships the new installer.
|
# By default Ubuntu Budgie now ships the new installer.
|
||||||
touch config/universe-enabled
|
touch config/universe-enabled
|
||||||
PASSES_TO_LAYERS="true"
|
PASSES_TO_LAYERS="true"
|
||||||
@ -875,7 +858,6 @@ case $PROJECT in
|
|||||||
remove_package minimal.standard.live ubiquity-frontend-gtk
|
remove_package minimal.standard.live ubiquity-frontend-gtk
|
||||||
add_snap minimal.standard.live ubuntu-budgie-installer/classic
|
add_snap minimal.standard.live ubuntu-budgie-installer/classic
|
||||||
add_package minimal.standard.live linux-$KERNEL_FLAVOURS casper
|
add_package minimal.standard.live linux-$KERNEL_FLAVOURS casper
|
||||||
|
|
||||||
seeded_langs="$(get_seeded_languages budgie-desktop-minimal budgie-desktop)"
|
seeded_langs="$(get_seeded_languages budgie-desktop-minimal budgie-desktop)"
|
||||||
echo "$seeded_langs" | tr ' ' ',' > config/seeded-languages
|
echo "$seeded_langs" | tr ' ' ',' > config/seeded-languages
|
||||||
derive_language_layers minimal budgie-desktop-minimal budgie-desktop-minimal-default-languages "$seeded_langs"
|
derive_language_layers minimal budgie-desktop-minimal budgie-desktop-minimal-default-languages "$seeded_langs"
|
||||||
@ -902,8 +884,6 @@ case $PROJECT in
|
|||||||
/usr/share/livecd-rootfs/checkout-translations-branch \
|
/usr/share/livecd-rootfs/checkout-translations-branch \
|
||||||
https://git.launchpad.net/subiquity po config/catalog-translations
|
https://git.launchpad.net/subiquity po config/catalog-translations
|
||||||
;;
|
;;
|
||||||
esac
|
|
||||||
;;
|
|
||||||
|
|
||||||
ubuntu-mate)
|
ubuntu-mate)
|
||||||
add_task install minimal standard ubuntu-mate-core ubuntu-mate-desktop
|
add_task install minimal standard ubuntu-mate-core ubuntu-mate-desktop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user