Drop references to ubuntu-dvd, obsolete since precise.

This commit is contained in:
Steve Langasek 2023-09-06 11:53:23 -07:00
parent d7e77d7acf
commit f763efa40e
2 changed files with 2 additions and 6 deletions

1
debian/changelog vendored
View File

@ -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 <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700

View File

@ -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"
;;