diff --git a/debian/changelog b/debian/changelog index 25dd6a59..90a5a95c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.73) UNRELEASED; urgency=low + + * Add ubuntu-umpc support (equivalent to previous ubuntu-mobile). + + -- Colin Watson Fri, 31 Oct 2008 12:38:00 +0000 + livecd-rootfs (0.72) intrepid; urgency=low * Fix source mirror for -updates in generated sources.list (it was diff --git a/livecd.sh b/livecd.sh index c038bd47..e9b006e4 100755 --- a/livecd.sh +++ b/livecd.sh @@ -141,7 +141,7 @@ fi for arg in "$@"; do case "$arg" in - ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|gobuntu|ubuntu-mid|ubuntu-mobile|base|tocd) + ubuntu|ubuntu-dvd|ubuntu-lpia|edubuntu|edubuntu-dvd|kubuntu|kubuntu-dvd|kubuntu-kde4|xubuntu|gobuntu|ubuntu-mid|ubuntu-mobile|ubuntu-umpc|base|tocd) ;; *) echo bad name >&2; @@ -204,7 +204,7 @@ Flags: seen LIVELIST="casper ubiquity" COMP="main restricted universe multiverse" ;; - ubuntu-mobile) + ubuntu-mobile|ubuntu-umpc) LIST="$LIST minimal^ mobile-mobile^" LIVELIST="casper ubiquity" COMP="main restricted universe multiverse"