mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 17:02:30 +00:00
live-build/auto/config: Don't install lupin-casper on ubuntu-server
images.
This commit is contained in:
parent
8f12189aed
commit
2f81027260
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.70) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* live-build/auto/config: Don't install lupin-casper on ubuntu-server
|
||||||
|
images.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Sun, 22 Jul 2012 23:44:49 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.69) quantal; urgency=low
|
livecd-rootfs (2.69) quantal; urgency=low
|
||||||
|
|
||||||
* live-build/auto/config: Add server task to ubuntu-server images.
|
* live-build/auto/config: Add server task to ubuntu-server images.
|
||||||
|
@ -90,7 +90,9 @@ case $IMAGEFORMAT in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
add_package live lupin-casper
|
if [ "$PROJECT" != ubuntu-server ]; then
|
||||||
|
add_package live lupin-casper
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user