mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-27 08:41:31 +00:00
generic is the default kernel flavor in live-build on Ubuntu; remove hard-coded cargo-culting of this setting.
This commit is contained in:
parent
5776828153
commit
214fee87ee
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -13,6 +13,8 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium
|
|||||||
* Drop references to mythbuntu, obsolete after xenial.
|
* Drop references to mythbuntu, obsolete after xenial.
|
||||||
* Parameterize and consolidate live image definitions for flavors using
|
* Parameterize and consolidate live image definitions for flavors using
|
||||||
a common pattern
|
a common pattern
|
||||||
|
* generic is the default kernel flavor in live-build on Ubuntu; remove
|
||||||
|
hard-coded cargo-culting of this setting.
|
||||||
|
|
||||||
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700
|
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700
|
||||||
|
|
||||||
|
@ -802,7 +802,6 @@ case $PROJECT in
|
|||||||
ubuntucinnamon)
|
ubuntucinnamon)
|
||||||
add_task install minimal standard ubuntucinnamon-desktop
|
add_task install minimal standard ubuntucinnamon-desktop
|
||||||
LIVE_TASK=ubuntucinnamon-live
|
LIVE_TASK=ubuntucinnamon-live
|
||||||
KERNEL_FLAVOURS=generic
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
xubuntu)
|
xubuntu)
|
||||||
@ -815,17 +814,11 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
LIVE_TASK='xubuntu-live'
|
LIVE_TASK='xubuntu-live'
|
||||||
case $ARCH in
|
|
||||||
amd64) KERNEL_FLAVOURS=generic ;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
lubuntu)
|
lubuntu)
|
||||||
add_task install minimal standard lubuntu-desktop
|
add_task install minimal standard lubuntu-desktop
|
||||||
LIVE_TASK='lubuntu-live'
|
LIVE_TASK='lubuntu-live'
|
||||||
case $ARCH in
|
|
||||||
amd64) KERNEL_FLAVOURS=generic ;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-gnome|ubuntu-unity)
|
ubuntu-gnome|ubuntu-unity)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user