mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 02:41:12 +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
|
||||
|
||||
* 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
|
||||
|
||||
|
@ -100,6 +100,12 @@ case $PROJECT in
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
;;
|
||||
|
||||
lubuntu)
|
||||
add_task install minimal standard lubuntu-desktop
|
||||
add_task live lubuntu-live
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
;;
|
||||
|
||||
base)
|
||||
add_task install minimal standard
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user