mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-11 01:51:33 +00:00
Build Lubuntu with --no-install-recommends, to match its seed structure
(LP: #918401).
This commit is contained in:
parent
6e8f8ed1bb
commit
a4b9d90547
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.55) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Build Lubuntu with --no-install-recommends, to match its seed structure
|
||||||
|
(LP: #918401).
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Thu, 02 Feb 2012 14:14:18 +0000
|
||||||
|
|
||||||
livecd-rootfs (2.54) precise; urgency=low
|
livecd-rootfs (2.54) precise; urgency=low
|
||||||
|
|
||||||
* Remove the x-loader packages from omap and omap4 flavours, as they
|
* Remove the x-loader packages from omap and omap4 flavours, as they
|
||||||
|
@ -163,6 +163,10 @@ case $PROJECT in
|
|||||||
add_task install minimal standard lubuntu-desktop
|
add_task install minimal standard lubuntu-desktop
|
||||||
LIVE_TASK='lubuntu-live'
|
LIVE_TASK='lubuntu-live'
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
|
|
||||||
|
# The Lubuntu STRUCTURE file has "feature
|
||||||
|
# no-follow-recommends". Mirror this.
|
||||||
|
export APT_OPTIONS="--yes --no-install-recommends"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntustudio-dvd)
|
ubuntustudio-dvd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user