Use generic (non-PAE) kernel for Xubuntu (LP: #955009).

This commit is contained in:
Colin Watson 2012-03-15 18:54:42 +00:00
parent 5842f9dcb8
commit 3faaed4d65
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.60) UNRELEASED; urgency=low
* Use generic (non-PAE) kernel for Xubuntu (LP: #955009).
-- Colin Watson <cjwatson@ubuntu.com> Thu, 15 Mar 2012 18:54:16 +0000
livecd-rootfs (2.59) precise; urgency=low
* Switch Ubuntu Studio to lowlatency-pae kernel rather than lowlatency

View File

@ -146,6 +146,7 @@ case $PROJECT in
add_package install xterm
LIVE_TASK='xubuntu-live'
COMPONENTS='main restricted universe multiverse'
KERNEL_FLAVOURS=generic
;;
ubuntu-netbook)