mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
BuildLiveCD, live-build/auto/config: Add ubuntukylin as a valid project
(LP: #1152812).
This commit is contained in:
parent
cc548ceacc
commit
69aa7ac1bf
@ -89,7 +89,7 @@ esac
|
||||
|
||||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
*ubuntu|*ubuntu-dvd|kubuntu-active|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook|ubuntu-moblin-remix|mythbuntu|ubuntustudio-dvd|base|tocd|ubuntu-headless|ubuntu-server|ubuntu-core|cloud-live) ;;
|
||||
*ubuntu|*ubuntu-dvd|kubuntu-active|ubuntu-lpia|ubuntu-mid|ubuntu-umpc|ubuntu-mobile|ubuntu-netbook|ubuntu-moblin-remix|mythbuntu|ubuntustudio-dvd|ubuntukylin|base|tocd|ubuntu-headless|ubuntu-server|ubuntu-core|cloud-live) ;;
|
||||
*)
|
||||
echo "bad project: $arg" >&2
|
||||
exit 2
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.111) UNRELEASED; urgency=low
|
||||
|
||||
* BuildLiveCD, live-build/auto/config: Add ubuntukylin as a valid project
|
||||
(LP: #1152812).
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Fri, 08 Mar 2013 23:34:18 +0000
|
||||
|
||||
livecd-rootfs (2.110) raring; urgency=low
|
||||
|
||||
* live-build/auto/config: Drop ubuntustudio-audio-plugins task.
|
||||
|
@ -233,6 +233,13 @@ case $PROJECT in
|
||||
esac
|
||||
;;
|
||||
|
||||
ubuntukylin)
|
||||
add_task install minimal standard ubuntu-desktop
|
||||
add_package install ubuntukylin-default-settings
|
||||
LIVE_TASK='ubuntu-live'
|
||||
COMPONENTS='main restricted universe'
|
||||
;;
|
||||
|
||||
base)
|
||||
add_task install minimal standard
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user