mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-28 11:31:19 +00:00
Import patches-unapplied version 2.89 to ubuntu/quantal
Imported using git-ubuntu import. Changelog parent: ee696bfb043d109dec69ee68860abc8f7f0bdca8 New changelog entries: * fix lubuntu and xubuntu preinstalled handling so we end up with the right slideshows in oem-config
This commit is contained in:
parent
ee696bfb04
commit
c05b463ee1
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.89) quantal; urgency=low
|
||||||
|
|
||||||
|
* fix lubuntu and xubuntu preinstalled handling so we end up with the
|
||||||
|
right slideshows in oem-config
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Tue, 02 Oct 2012 23:56:33 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.88) quantal; urgency=low
|
livecd-rootfs (2.88) quantal; urgency=low
|
||||||
|
|
||||||
* live-build/auto/config: Add photography and publishing metas for
|
* live-build/auto/config: Add photography and publishing metas for
|
||||||
|
@ -136,6 +136,14 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
|
|||||||
add_package live oem-config-kde ubiquity-frontend-kde
|
add_package live oem-config-kde ubiquity-frontend-kde
|
||||||
add_package live ubiquity-slideshow-kubuntu
|
add_package live ubiquity-slideshow-kubuntu
|
||||||
;;
|
;;
|
||||||
|
lubuntu*)
|
||||||
|
add_package live oem-config-gtk ubiquity-frontend-gtk
|
||||||
|
add_package live ubiquity-slideshow-lubuntu
|
||||||
|
;;
|
||||||
|
xubuntu*)
|
||||||
|
add_package live oem-config-gtk ubiquity-frontend-gtk
|
||||||
|
add_package live ubiquity-slideshow-xubuntu
|
||||||
|
;;
|
||||||
ubuntu-server)
|
ubuntu-server)
|
||||||
add_package live oem-config-debconf ubiquity-frontend-debconf
|
add_package live oem-config-debconf ubiquity-frontend-debconf
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user