mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-04 16:01:24 +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
|
||||
|
||||
* 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…
x
Reference in New Issue
Block a user