[Bug 1863145] Re: arm64 cloud image contains flash-kernel which leads to apt errors on upgrade
Dimitri John Ledkov
launchpad at surgut.co.uk
Wed Feb 19 15:32:29 UTC 2020
in livecd-rootfs:
ubuntu-cpc)
case $ARCH in
armhf)
KERNEL_FLAVOURS=generic-lpae
add_package install flash-kernel
;;
arm64)
add_package install flash-kernel
;;
esac
So CPC team should stop including flash-kernel (which is a bootloader) in all squashfs, and only install it images where you install bootloaders.
Just like grub, it shouldn't be in the LXD image.
** Also affects: livecd-rootfs (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to flash-kernel in Ubuntu.
https://bugs.launchpad.net/bugs/1863145
Title:
arm64 cloud image contains flash-kernel which leads to apt errors on
upgrade
Status in cloud-images:
New
Status in flash-kernel package in Ubuntu:
Confirmed
Status in livecd-rootfs package in Ubuntu:
New
Bug description:
To reproduce on ARM:
$ lxc launch ubuntu:18.04 container
$ lxc shell container
# apt update
# apt upgrade
Will return error due to presence of the flash-kernel package.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1863145/+subscriptions
More information about the foundations-bugs
mailing list