Switch i386 ubuntustudio to linux-lowlatency flavor (LP: #1018075)

This commit is contained in:
Adam Conrad 2012-06-26 14:03:31 -06:00
parent 91e3a41670
commit f0220ebc5c
2 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.67) quantal; urgency=low
* Switch i386 ubuntustudio to linux-lowlatency flavor (LP: #1018075)
-- Adam Conrad <adconrad@ubuntu.com> Tue, 26 Jun 2012 14:00:39 -0600
livecd-rootfs (2.66) quantal; urgency=low
[ Jonathan Riddell ]

View File

@ -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
;;