From f0220ebc5c015b4e55d12c43ed0dbd547bc54719 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Tue, 26 Jun 2012 14:03:31 -0600 Subject: [PATCH] Switch i386 ubuntustudio to linux-lowlatency flavor (LP: #1018075) --- debian/changelog | 6 ++++++ live-build/auto/config | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b24fddd4..0d1d512c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.67) quantal; urgency=low + + * Switch i386 ubuntustudio to linux-lowlatency flavor (LP: #1018075) + + -- Adam Conrad Tue, 26 Jun 2012 14:00:39 -0600 + livecd-rootfs (2.66) quantal; urgency=low [ Jonathan Riddell ] diff --git a/live-build/auto/config b/live-build/auto/config index e4ec110f..1b489707 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -185,8 +185,7 @@ case $PROJECT in add_task install minimal standard ubuntustudio-desktop ubuntustudio-generation ubuntustudio-recording ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-audio-plugins ubuntustudio-video COMPONENTS='main restricted universe multiverse' case $ARCH in - i386) KERNEL_FLAVOURS=lowlatency-pae ;; - amd64) KERNEL_FLAVOURS=lowlatency ;; + amd64|i386) KERNEL_FLAVOURS=lowlatency ;; esac ;;