mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 17:11:35 +00:00
Add ubuntu-umpc support (equivalent to previous ubuntu-mobile).
This commit is contained in:
parent
43dee9a8ba
commit
2139c16ad6
6
debian/changelog
vendored
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
|
livecd-rootfs (0.72) intrepid; urgency=low
|
||||||
|
|
||||||
* Fix source mirror for -updates in generated sources.list (it was
|
* Fix source mirror for -updates in generated sources.list (it was
|
||||||
|
@ -141,7 +141,7 @@ fi
|
|||||||
|
|
||||||
for arg in "$@"; do
|
for arg in "$@"; do
|
||||||
case "$arg" in
|
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;
|
echo bad name >&2;
|
||||||
@ -204,7 +204,7 @@ Flags: seen
|
|||||||
LIVELIST="casper ubiquity"
|
LIVELIST="casper ubiquity"
|
||||||
COMP="main restricted universe multiverse"
|
COMP="main restricted universe multiverse"
|
||||||
;;
|
;;
|
||||||
ubuntu-mobile)
|
ubuntu-mobile|ubuntu-umpc)
|
||||||
LIST="$LIST minimal^ mobile-mobile^"
|
LIST="$LIST minimal^ mobile-mobile^"
|
||||||
LIVELIST="casper ubiquity"
|
LIVELIST="casper ubiquity"
|
||||||
COMP="main restricted universe multiverse"
|
COMP="main restricted universe multiverse"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user