mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Sneak in a small fix for a (currently) unused use-case.
This commit is contained in:
parent
f62113fa9d
commit
60ade114c4
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,11 +1,15 @@
|
||||
livecd-rootfs (2.664.31) UNRELEASED; urgency=medium
|
||||
|
||||
[ Łukasz 'sil2100' Zemczak ]
|
||||
* Add the 099-ubuntu-image-customization.chroot for
|
||||
desktop-preinstalled images similar to what we have in groovy+ (for the pi
|
||||
desktop), but improved for amd64 platforms. We need it to generate a valid
|
||||
grub.cfg on the rootfs (similar to ubuntu-cpc) and then use that instead
|
||||
of a static configuration locked on the boot partition (LP: #1949102).
|
||||
|
||||
[ Brian Murray ]
|
||||
* Properly check ARCH when setting the intel-iot model.
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Thu, 28 Oct 2021 17:35:12 +0200
|
||||
|
||||
livecd-rootfs (2.664.30) focal; urgency=medium
|
||||
|
@ -835,7 +835,7 @@ case $PROJECT in
|
||||
arm64)
|
||||
add_package install flash-kernel
|
||||
;;
|
||||
amd64)
|
||||
amd64*)
|
||||
if [ "${SUBARCH:-}" = "intel-iot" ]; then
|
||||
KERNEL_FLAVOURS=image-intel
|
||||
COMPONENTS='main restricted universe'
|
||||
|
Loading…
x
Reference in New Issue
Block a user