Add ubuntu-umpc support (equivalent to previous ubuntu-mobile).

ubuntu/precise
Colin Watson 16 years ago
parent 43dee9a8ba
commit 2139c16ad6

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (0.73) UNRELEASED; urgency=low
* Add ubuntu-umpc support (equivalent to previous ubuntu-mobile).
-- Colin Watson <cjwatson@ubuntu.com> 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

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

Loading…
Cancel
Save