mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-14 12:21:30 +00:00
Add Lubuntu support.
This commit is contained in:
parent
835b2be242
commit
65d456a436
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
livecd-rootfs (2.5) UNRELEASED; urgency=low
|
livecd-rootfs (2.5) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Pass correct IMAGEFORMAT through to live-build from BuildLiveCD.
|
* Pass correct IMAGEFORMAT through to live-build from BuildLiveCD.
|
||||||
|
* Add Lubuntu support.
|
||||||
|
|
||||||
-- Colin Watson <cjwatson@ubuntu.com> Wed, 15 Jun 2011 10:21:08 +0100
|
-- Colin Watson <cjwatson@ubuntu.com> Wed, 15 Jun 2011 10:21:08 +0100
|
||||||
|
|
||||||
|
@ -100,6 +100,12 @@ case $PROJECT in
|
|||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
lubuntu)
|
||||||
|
add_task install minimal standard lubuntu-desktop
|
||||||
|
add_task live lubuntu-live
|
||||||
|
COMPONENTS='main restricted universe multiverse'
|
||||||
|
;;
|
||||||
|
|
||||||
base)
|
base)
|
||||||
add_task install minimal standard
|
add_task install minimal standard
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user