mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-09 09:51:30 +00:00
Merge remote-tracking branch 'philroche/bugfix/ubuntu-cpc-LP-2037074-flashkernel-removal' into ubuntu/master
This commit is contained in:
commit
9468c51c0f
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (23.10.49) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* fix: arm64 flash-kernel removal from ubuntu-cpc project cloud images
|
||||||
|
(LP: #2037074)
|
||||||
|
|
||||||
|
-- Phil Roche <phil.roche@canonical.com> Wed, 27 Sep 2023 11:34:05 +0100
|
||||||
|
|
||||||
livecd-rootfs (23.10.48) mantic; urgency=medium
|
livecd-rootfs (23.10.48) mantic; urgency=medium
|
||||||
|
|
||||||
[ Dimitri John Ledkov ]
|
[ Dimitri John Ledkov ]
|
||||||
|
@ -1057,11 +1057,7 @@ case $PROJECT in
|
|||||||
*+raspi)
|
*+raspi)
|
||||||
add_task install ubuntu-server-raspi
|
add_task install ubuntu-server-raspi
|
||||||
;;
|
;;
|
||||||
armhf*)
|
|
||||||
add_package install flash-kernel
|
|
||||||
;;
|
|
||||||
arm64*)
|
arm64*)
|
||||||
add_package install flash-kernel
|
|
||||||
if [ "${SUBARCH:-}" = "generic" ]; then
|
if [ "${SUBARCH:-}" = "generic" ]; then
|
||||||
KERNEL_FLAVOURS=generic
|
KERNEL_FLAVOURS=generic
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user