mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-31 04:41:18 +00:00
Drop references to ubuntu-dvd, obsolete since precise.
This commit is contained in:
parent
d7e77d7acf
commit
f763efa40e
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
|
* ubuntu-unity-live task exists, use it also instead of hard-coded list of
|
||||||
packages.
|
packages.
|
||||||
* live-build/auto/config: various refactors to eliminate code duplication
|
* 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
|
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700
|
||||||
|
|
||||||
|
@ -678,7 +678,7 @@ if ! [ -e config/germinate-output/structure ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
ubuntu|ubuntu-dvd)
|
ubuntu)
|
||||||
|
|
||||||
case ${SUBPROJECT:-} in
|
case ${SUBPROJECT:-} in
|
||||||
legacy)
|
legacy)
|
||||||
@ -1200,11 +1200,6 @@ if [ "$PREINSTALLED" != "true" ] && [ "$PASSES_TO_LAYERS" != "true" ] && [ "$LIV
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
case $PROJECT in
|
case $PROJECT in
|
||||||
ubuntu-dvd)
|
|
||||||
add_task install ubuntu-usb
|
|
||||||
add_task live ubuntu-usb-live
|
|
||||||
;;
|
|
||||||
|
|
||||||
*-dvd)
|
*-dvd)
|
||||||
add_task live "$PROJECT-live"
|
add_task live "$PROJECT-live"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user