* Add new targets for {k,ed,}ubuntu-dvd

ubuntu/precise
Steve Langasek 17 years ago
parent 84a9ce7edd
commit c070cb790d

5
debian/changelog vendored

@ -1,8 +1,11 @@
livecd-rootfs (0.51) UNRELEASED; urgency=low livecd-rootfs (0.51) UNRELEASED; urgency=low
[Jonathan Riddell] [ Jonathan Riddell ]
* Add kubuntu-kde4 * Add kubuntu-kde4
[ Steve Langasek ]
* Add new targets for {k,ed,}ubuntu-dvd
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 13 Feb 2008 14:08:35 -0800 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 13 Feb 2008 14:08:35 -0800
livecd-rootfs (0.50) hardy; urgency=low livecd-rootfs (0.50) hardy; urgency=low

@ -131,13 +131,13 @@ shift $((OPTIND-1))
if (( $# == 0 )) || [ "X$1" = "Xall" ]; then if (( $# == 0 )) || [ "X$1" = "Xall" ]; then
set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu gobuntu base set -- ubuntu kubuntu kubuntu-kde4 edubuntu xubuntu gobuntu base
if [ "$ARCH" = "i386" ]; then if [ "$ARCH" = "i386" ]; then
set -- ubuntu ubuntu-lpia kubuntu kubuntu-kde4 edubuntu xubuntu gobuntu base set -- ubuntu ubuntu-dvd ubuntu-lpia kubuntu kubuntu-dvd kubuntu-kde4 edubuntu edubuntu-dvd xubuntu gobuntu base
fi fi
fi fi
for arg in "$@"; do for arg in "$@"; do
case "$arg" in case "$arg" in
ubuntu|ubuntu-lpia|edubuntu|kubuntu|kubuntu-kde4|xubuntu|gobuntu|base|tocd) ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|gobuntu|base|tocd)
;; ;;
*) *)
echo bad name >&2; echo bad name >&2;
@ -169,11 +169,11 @@ Flags: seen
@@EOF @@EOF
case "$FS" in case "$FS" in
ubuntu|ubuntu-lpia) ubuntu|ubuntu-lpia|ubuntu-dvd)
LIST="$LIST minimal^ standard^ ubuntu-desktop^" LIST="$LIST minimal^ standard^ ubuntu-desktop^"
LIVELIST="ubuntu-live^ xresprobe laptop-detect casper lupin-casper" LIVELIST="ubuntu-live^ xresprobe laptop-detect casper lupin-casper"
;; ;;
kubuntu) kubuntu|kubuntu-dvd)
LIST="$LIST minimal^ standard^ kubuntu-desktop^" LIST="$LIST minimal^ standard^ kubuntu-desktop^"
LIVELIST="kubuntu-live^ xresprobe laptop-detect casper lupin-casper" LIVELIST="kubuntu-live^ xresprobe laptop-detect casper lupin-casper"
;; ;;
@ -181,7 +181,7 @@ Flags: seen
LIST="$LIST minimal^ standard^ kubuntu-kde4-desktop^" LIST="$LIST minimal^ standard^ kubuntu-kde4-desktop^"
LIVELIST="kubuntu-kde4-live^ xresprobe laptop-detect casper lupin-casper" LIVELIST="kubuntu-kde4-live^ xresprobe laptop-detect casper lupin-casper"
;; ;;
edubuntu) edubuntu|edubuntu-dvd)
LIST="$LIST minimal^ standard^ edubuntu-desktop^" LIST="$LIST minimal^ standard^ edubuntu-desktop^"
LIVELIST="edubuntu-live^ xresprobe laptop-detect casper lupin-casper" LIVELIST="edubuntu-live^ xresprobe laptop-detect casper lupin-casper"
;; ;;
@ -223,6 +223,11 @@ Flags: seen
LIST="$LIST $tocddesktop" LIST="$LIST $tocddesktop"
LIVELIST="$tocdlive casper" LIVELIST="$tocdlive casper"
esac esac
case "$FS" in
*-dvd)
LIVELIST="$LIVELIST ${FS}-live"
;;
esac
dpkg -l livecd-rootfs || true # get our version # in the log. dpkg -l livecd-rootfs || true # get our version # in the log.
if [ "$FS" != "ubuntu-lpia" ]; then if [ "$FS" != "ubuntu-lpia" ]; then

Loading…
Cancel
Save