mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-23 23:01:44 +00:00
Imported 2.654
No reason for CPC update specified.
This commit is contained in:
parent
a86ba9bc93
commit
11b039f3a9
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.654) focal; 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:20:13 +0000
|
||||||
|
|
||||||
livecd-rootfs (2.653) focal; urgency=medium
|
livecd-rootfs (2.653) focal; urgency=medium
|
||||||
|
|
||||||
* Stop trying to extract autoinstall config during boot, subiquity will do
|
* Stop trying to extract autoinstall config during boot, subiquity will do
|
||||||
|
@ -581,10 +581,15 @@ case $PROJECT in
|
|||||||
LIVE_TASK='ubuntu-live'
|
LIVE_TASK='ubuntu-live'
|
||||||
add_task install minimal standard ubuntu-desktop
|
add_task install minimal standard ubuntu-desktop
|
||||||
add_task live ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages
|
add_task live ubuntu-desktop-minimal-default-languages ubuntu-desktop-default-languages
|
||||||
|
KERNEL_FLAVOURS='generic'
|
||||||
|
case $ARCH in
|
||||||
|
amd64)
|
||||||
KERNEL_FLAVOURS='generic oem-20.04'
|
KERNEL_FLAVOURS='generic oem-20.04'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
|
||||||
kubuntu|kubuntu-dvd)
|
kubuntu|kubuntu-dvd)
|
||||||
add_task install minimal standard
|
add_task install minimal standard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user