From 8698d5cb482ebc232124e9493017e6c5e34e8bae Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 15 Mar 2012 18:35:14 +0000 Subject: [PATCH] Import patches-unapplied version 2.59 to ubuntu/precise Imported using git-ubuntu import. Changelog parent: 1fba4c99dad8fdc3c406057ada24a019295b09c4 New changelog entries: * Switch Ubuntu Studio to lowlatency-pae kernel rather than lowlatency (LP: #956250). --- debian/changelog | 7 +++++++ live-build/auto/config | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6653b591..806ddbc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.59) precise; urgency=low + + * Switch Ubuntu Studio to lowlatency-pae kernel rather than lowlatency + (LP: #956250). + + -- Colin Watson Thu, 15 Mar 2012 18:35:14 +0000 + livecd-rootfs (2.58) precise; urgency=low * Use lowlatency kernel for Ubuntu Studio (LP: #956250). diff --git a/live-build/auto/config b/live-build/auto/config index 9884e171..55232494 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -172,7 +172,7 @@ case $PROJECT in ubuntustudio-dvd) add_task install ubuntustudio-desktop ubuntustudio-generation ubuntustudio-recording ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-audio-plugins ubuntustudio-video COMPONENTS='main restricted universe multiverse' - KERNEL_FLAVOURS=lowlatency + KERNEL_FLAVOURS=lowlatency-pae ;; base)