From 6b7535e7eda214acc4e1150c525c3349dc77fb9e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 19 Aug 2011 10:56:30 +0100 Subject: [PATCH] Switch ubuntu-dvd to ubuntu-usb and ubuntu-usb-live tasks. --- debian/changelog | 6 ++++++ live-build/auto/config | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index ec84cf0f..8d81eb01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.28) UNRELEASED; urgency=low + + * Switch ubuntu-dvd to ubuntu-usb and ubuntu-usb-live tasks. + + -- Colin Watson Thu, 18 Aug 2011 16:43:20 +0100 + livecd-rootfs (2.27) oneiric; urgency=low * fix typo in abootimg call diff --git a/live-build/auto/config b/live-build/auto/config index 9dc63310..d0fd165a 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -177,6 +177,11 @@ case $SUBPROJECT in esac case $PROJECT in + ubuntu-dvd) + add_task install ubuntu-usb + add_task live ubuntu-usb-live + ;; + *-dvd) add_task live "$PROJECT-live" ;;