mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 05:07:09 +00:00
Import patches-unapplied version 2.62 to ubuntu/precise
Imported using git-ubuntu import. Changelog parent: ad94ccd39b1eacdfb1ff8b7db37287c627f6b987 New changelog entries: * On Lubuntu and Xubuntu, only use the generic kernel on amd64 and i386.
This commit is contained in:
parent
ad94ccd39b
commit
c6c73ef45b
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.62) precise; urgency=low
|
||||
|
||||
* On Lubuntu and Xubuntu, only use the generic kernel on amd64 and i386.
|
||||
|
||||
-- Colin Watson <cjwatson@ubuntu.com> Tue, 20 Mar 2012 17:53:04 +0000
|
||||
|
||||
livecd-rootfs (2.61) precise; urgency=low
|
||||
|
||||
[ Colin Watson ]
|
||||
|
@ -146,7 +146,9 @@ case $PROJECT in
|
||||
add_package install xterm
|
||||
LIVE_TASK='xubuntu-live'
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
KERNEL_FLAVOURS=generic
|
||||
case $ARCH in
|
||||
amd64|i386) KERNEL_FLAVOURS=generic ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
ubuntu-netbook)
|
||||
@ -164,7 +166,9 @@ case $PROJECT in
|
||||
add_task install minimal standard lubuntu-desktop
|
||||
LIVE_TASK='lubuntu-live'
|
||||
COMPONENTS='main restricted universe multiverse'
|
||||
KERNEL_FLAVOURS=generic
|
||||
case $ARCH in
|
||||
amd64|i386) KERNEL_FLAVOURS=generic ;;
|
||||
esac
|
||||
|
||||
# The Lubuntu STRUCTURE file has "feature
|
||||
# no-follow-recommends". Mirror this.
|
||||
|
Loading…
x
Reference in New Issue
Block a user