mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Pre-emptively include the override to not try to build HWE kernel layer in post .2 server riscv64 ISOs.
This commit is contained in:
parent
c3a74a4641
commit
5fb3d42d36
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (25.04.18) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Pre-emptively include the override to not try to build HWE kernel layer in
|
||||||
|
post .2 server riscv64 ISOs.
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Mon, 17 Feb 2025 11:12:00 +1300
|
||||||
|
|
||||||
livecd-rootfs (25.04.17) plucky; urgency=medium
|
livecd-rootfs (25.04.17) plucky; urgency=medium
|
||||||
|
|
||||||
[ Dan Bungert ]
|
[ Dan Bungert ]
|
||||||
|
@ -1042,6 +1042,11 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ $ARCH = "riscv64" ]; then
|
||||||
|
# For RISC-V we only offer one kernel
|
||||||
|
variants='ga'
|
||||||
|
fi
|
||||||
|
|
||||||
for variant in $variants; do
|
for variant in $variants; do
|
||||||
if [ "$variant" = "ga" ]; then
|
if [ "$variant" = "ga" ]; then
|
||||||
kernel_metapkg=linux-generic
|
kernel_metapkg=linux-generic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user