diff --git a/debian/changelog b/debian/changelog index 12663971..f31e9bb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium * ubuntu-unity-live task exists, use it also instead of hard-coded list of packages. * live-build/auto/config: various refactors to eliminate code duplication + * Drop references to ubuntu-dvd, obsolete since precise. -- Steve Langasek Wed, 06 Sep 2023 11:23:17 -0700 diff --git a/live-build/auto/config b/live-build/auto/config index cc27e39b..60d96041 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -678,7 +678,7 @@ if ! [ -e config/germinate-output/structure ]; then fi case $PROJECT in - ubuntu|ubuntu-dvd) + ubuntu) case ${SUBPROJECT:-} in legacy) @@ -1200,11 +1200,6 @@ if [ "$PREINSTALLED" != "true" ] && [ "$PASSES_TO_LAYERS" != "true" ] && [ "$LIV fi case $PROJECT in - ubuntu-dvd) - add_task install ubuntu-usb - add_task live ubuntu-usb-live - ;; - *-dvd) add_task live "$PROJECT-live" ;;