mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
Import patches-unapplied version 2.55 to ubuntu/precise
Imported using git-ubuntu import. Changelog parent: b3cb11f199922171037d378f01a6a52c1aeb9858 New changelog entries: * Build Lubuntu with --no-install-recommends, to match its seed structure (LP: #918401).
This commit is contained in:
parent
b3cb11f199
commit
d5c11a1621
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.55) precise; 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:15:07 +0000
|
||||
|
||||
livecd-rootfs (2.54) precise; urgency=low
|
||||
|
||||
* 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
|
||||
LIVE_TASK='lubuntu-live'
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user