live-build/auto/config: Add server task to ubuntu-server images.

ubuntu/trusty
Colin Watson 13 years ago
parent dfc3d14394
commit dc8a6db099

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.69) UNRELEASED; urgency=low
* live-build/auto/config: Add server task to ubuntu-server images.
-- Colin Watson <cjwatson@ubuntu.com> Fri, 06 Jul 2012 12:39:12 +0100
livecd-rootfs (2.68) quantal; urgency=low
* live-build/auto/config: Emit sources.list entries for -proposed if the

@ -194,7 +194,7 @@ case $PROJECT in
;;
ubuntu-server)
add_task install minimal standard
add_task install minimal standard server
COMPONENTS='main'
PREINSTALL_POOL_SEEDS='server-ship'
;;

Loading…
Cancel
Save