diff --git a/debian/changelog b/debian/changelog index 5bfb3ea5..d964d49e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.66) UNRELEASED; urgency=low + + [ Jonathan Riddell ] + * Build Kubuntu from universe. + + -- Colin Watson Mon, 11 Jun 2012 12:49:27 +0100 + livecd-rootfs (2.65) precise; urgency=low * Add (extra-)override parsing to the preinstalled pool to make sure diff --git a/live-build/auto/config b/live-build/auto/config index 32bbc1a4..e4ec110f 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -132,6 +132,7 @@ case $PROJECT in kubuntu|kubuntu-dvd) add_task install minimal standard kubuntu-desktop LIVE_TASK='kubuntu-live' + COMPONENTS='main restricted universe' ;; kubuntu-active)