mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +00:00
live-build/auto/config: Add basic ubuntu-touch enablement (based on
patch from Oliver Grawert, for which thanks).
This commit is contained in:
parent
64bcb09949
commit
ee1909ade6
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.124ubuntu1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* live-build/auto/config: Add basic ubuntu-touch enablement (based on
|
||||||
|
patch from Oliver Grawert, for which thanks).
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Wed, 01 May 2013 10:51:07 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.124) raring; urgency=low
|
livecd-rootfs (2.124) raring; urgency=low
|
||||||
|
|
||||||
* drop the namespace in mount options of ubuntu-touch-android.sh,
|
* drop the namespace in mount options of ubuntu-touch-android.sh,
|
||||||
|
@ -260,6 +260,11 @@ case $PROJECT in
|
|||||||
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
|
OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
ubuntu-touch)
|
||||||
|
add_task install minimal ubuntu-touch
|
||||||
|
COMPONENTS='main restricted universe'
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "unknown project $PROJECT" >&2
|
echo "unknown project $PROJECT" >&2
|
||||||
exit 2
|
exit 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user