mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-12 03:41:12 +00:00
Only install oem-20.04 kernel flavour on amd64, as it doesn't exist on other arches.
This commit is contained in:
parent
299b6c51c9
commit
910310dbbb
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.654) UNRELEASED; urgency=medium
|
||||
|
||||
* Only install oem-20.04 kernel flavour on amd64, as it doesn't exist on
|
||||
other arches.
|
||||
|
||||
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 13 Mar 2020 20:17:46 +0000
|
||||
|
||||
livecd-rootfs (2.653) focal; urgency=medium
|
||||
|
||||
* Stop trying to extract autoinstall config during boot, subiquity will do
|
||||
|
@ -581,7 +581,12 @@ case $PROJECT in
|
||||
LIVE_TASK='ubuntu-live'
|
||||
add_task install minimal standard ubuntu-desktop
|
||||
add_task live ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages
|
||||
KERNEL_FLAVOURS='generic oem-20.04'
|
||||
KERNEL_FLAVOURS='generic'
|
||||
case $ARCH in
|
||||
amd64)
|
||||
KERNEL_FLAVOURS='generic oem-20.04'
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user