mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-21 15:51:35 +00:00
Switch the intel-iot images to use the linux-intel-iotg kernel instead.
This commit is contained in:
parent
47b93e2349
commit
198a2f6faf
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.765.1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Switch the intel-iot images to use the linux-intel-iotg kernel instead.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Fri, 10 Jun 2022 11:14:36 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.764) jammy; urgency=medium
|
livecd-rootfs (2.764) jammy; urgency=medium
|
||||||
|
|
||||||
[ Michał Sawicz ]
|
[ Michał Sawicz ]
|
||||||
|
@ -704,7 +704,7 @@ case $PROJECT in
|
|||||||
OPTS="${OPTS:+$OPTS }--ext-fudge-factor=15"
|
OPTS="${OPTS:+$OPTS }--ext-fudge-factor=15"
|
||||||
;;
|
;;
|
||||||
intel-iot)
|
intel-iot)
|
||||||
KERNEL_FLAVOURS='image-intel'
|
KERNEL_FLAVOURS='intel-iotg'
|
||||||
COMPONENTS='main restricted'
|
COMPONENTS='main restricted'
|
||||||
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
||||||
OPTS="${OPTS:+$OPTS }--system=normal"
|
OPTS="${OPTS:+$OPTS }--system=normal"
|
||||||
@ -723,7 +723,7 @@ case $PROJECT in
|
|||||||
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-hwe-22.04'
|
KERNEL_FLAVOURS='generic-hwe-22.04'
|
||||||
if [ "$SUBARCH" = "intel-iot" ]; then
|
if [ "$SUBARCH" = "intel-iot" ]; then
|
||||||
KERNEL_FLAVOURS='image-intel'
|
KERNEL_FLAVOURS='intel-iotg'
|
||||||
COMPONENTS='main restricted'
|
COMPONENTS='main restricted'
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
@ -931,7 +931,7 @@ case $PROJECT in
|
|||||||
if [ "${SUBARCH:-}" = "generic" ]; then
|
if [ "${SUBARCH:-}" = "generic" ]; then
|
||||||
KERNEL_FLAVOURS=generic
|
KERNEL_FLAVOURS=generic
|
||||||
elif [ "${SUBARCH:-}" = "intel-iot" ]; then
|
elif [ "${SUBARCH:-}" = "intel-iot" ]; then
|
||||||
KERNEL_FLAVOURS=image-intel
|
KERNEL_FLAVOURS=intel-iotg
|
||||||
COMPONENTS='main restricted'
|
COMPONENTS='main restricted'
|
||||||
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
OPTS="${OPTS:+$OPTS }--initramfs=none"
|
||||||
fi
|
fi
|
||||||
@ -1095,7 +1095,7 @@ case $PROJECT in
|
|||||||
case $SUBARCH in
|
case $SUBARCH in
|
||||||
intel-iot)
|
intel-iot)
|
||||||
COMPONENTS='main restricted'
|
COMPONENTS='main restricted'
|
||||||
KERNEL_FLAVOURS='image-intel'
|
KERNEL_FLAVOURS='intel-iotg'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user