mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
Import patches-unapplied version 2.63 to ubuntu/precise
Imported using git-ubuntu import. Changelog parent: c6c73ef45ba2503157bca1ffcd38ca769fdbbaca New changelog entries: * Add the ubiquity slideshow back to PREINSTALLED images (LP: #960688)
This commit is contained in:
parent
c6c73ef45b
commit
a784184f18
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.63) precise; urgency=low
|
||||
|
||||
* Add the ubiquity slideshow back to PREINSTALLED images (LP: #960688)
|
||||
|
||||
-- Adam Conrad <adconrad@ubuntu.com> Thu, 22 Mar 2012 12:46:18 -0600
|
||||
|
||||
livecd-rootfs (2.62) precise; urgency=low
|
||||
|
||||
* On Lubuntu and Xubuntu, only use the generic kernel on amd64 and i386.
|
||||
|
@ -98,6 +98,7 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
|
||||
case $PROJECT in
|
||||
kubuntu*)
|
||||
add_package live oem-config-kde ubiquity-frontend-kde
|
||||
add_package live ubiquity-slideshow-kubuntu
|
||||
;;
|
||||
ubuntu-server)
|
||||
add_package live oem-config-debconf ubiquity-frontend-debconf
|
||||
@ -106,6 +107,7 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
|
||||
;;
|
||||
*)
|
||||
add_package live oem-config-gtk ubiquity-frontend-gtk
|
||||
add_package live ubiquity-slideshow-ubuntu
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user