mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-20 05:04:06 +00:00
Compare commits
11 Commits
ubuntu/mas
...
2.765.4
Author | SHA1 | Date | |
---|---|---|---|
|
3ca2ea37f9 | ||
|
be8c7aed7a | ||
|
7ed77a5e64 | ||
|
d93cdfd8c5 | ||
|
9a8d7a6e4d | ||
|
89a7e6a9ac | ||
|
71405af933 | ||
|
8eb4f2d447 | ||
|
9261aec27a | ||
|
a894c4e85f | ||
|
198a2f6faf |
28
debian/changelog
vendored
28
debian/changelog
vendored
@ -1,3 +1,31 @@
|
|||||||
|
livecd-rootfs (2.765.4) jammy; urgency=medium
|
||||||
|
|
||||||
|
* Revert "don't modify ssh_config for ubuntu-cpc projects (LP:1968873)"
|
||||||
|
This change triggered a bug in cloud-init (see LP:1968873).
|
||||||
|
|
||||||
|
-- Thomas Bechtold <thomas.bechtold@canonical.com> Mon, 11 Jul 2022 14:15:36 +0200
|
||||||
|
|
||||||
|
livecd-rootfs (2.765.3) jammy; urgency=medium
|
||||||
|
|
||||||
|
* Do not modify /etc/ssh/sshd_config for ubuntu-cpc
|
||||||
|
project builds (LP: #1968873)
|
||||||
|
|
||||||
|
-- Thomas Bechtold <thomas.bechtold@canonical.com> Thu, 30 Jun 2022 19:26:04 +0200
|
||||||
|
|
||||||
|
livecd-rootfs (2.765.2) jammy; urgency=medium
|
||||||
|
|
||||||
|
* Switch the intel-iot images to use the linux-intel-iotg kernel instead.
|
||||||
|
(LP: #1980065)
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Thu, 30 Jun 2022 17:26:04 +0200
|
||||||
|
|
||||||
|
livecd-rootfs (2.764.1) jammy; urgency=medium
|
||||||
|
|
||||||
|
* live-build/ubuntu-cpc/hooks.d/base/ovf/ubuntu-ova-v1-vmdk.tmpl:
|
||||||
|
Revert OVF cd-rom controller to be IDE for VMWare (LP: #1970795)
|
||||||
|
|
||||||
|
-- Simon Poirier <simon.poirier@canonical.com> Thu, 16 Jun 2022 19:34:03 -0400
|
||||||
|
|
||||||
livecd-rootfs (2.764) jammy; urgency=medium
|
livecd-rootfs (2.764) jammy; urgency=medium
|
||||||
|
|
||||||
[ Michał Sawicz ]
|
[ Michał Sawicz ]
|
||||||
|
@ -580,6 +580,9 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
|
|||||||
image-intel)
|
image-intel)
|
||||||
FLAVOUR="intel"
|
FLAVOUR="intel"
|
||||||
;;
|
;;
|
||||||
|
intel-iotg*)
|
||||||
|
FLAVOUR="intel-iotg"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
KVERS="$( (cd "binary/$INITFS"; ls vmlinu?-* 2>/dev/null || true) | (fgrep -v .efi || true) | sed -n "s/^vmlinu.-\\([^-]*-[^-]*-$FLAVOUR\\)$/\\1/p" )"
|
KVERS="$( (cd "binary/$INITFS"; ls vmlinu?-* 2>/dev/null || true) | (fgrep -v .efi || true) | sed -n "s/^vmlinu.-\\([^-]*-[^-]*-$FLAVOUR\\)$/\\1/p" )"
|
||||||
if [ -z "$KVERS" ]; then
|
if [ -z "$KVERS" ]; then
|
||||||
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
@ -130,7 +130,7 @@
|
|||||||
<rasd:AutomaticAllocation>false</rasd:AutomaticAllocation>
|
<rasd:AutomaticAllocation>false</rasd:AutomaticAllocation>
|
||||||
<rasd:ElementName>CD-ROM 1</rasd:ElementName>
|
<rasd:ElementName>CD-ROM 1</rasd:ElementName>
|
||||||
<rasd:InstanceID>9</rasd:InstanceID>
|
<rasd:InstanceID>9</rasd:InstanceID>
|
||||||
<rasd:Parent>3</rasd:Parent>
|
<rasd:Parent>5</rasd:Parent>
|
||||||
<rasd:ResourceSubType>vmware.cdrom.remotepassthrough</rasd:ResourceSubType>
|
<rasd:ResourceSubType>vmware.cdrom.remotepassthrough</rasd:ResourceSubType>
|
||||||
<rasd:ResourceType>15</rasd:ResourceType>
|
<rasd:ResourceType>15</rasd:ResourceType>
|
||||||
<vmw:Config ovf:required="false" vmw:key="backing.exclusive" vmw:value="false"/>
|
<vmw:Config ovf:required="false" vmw:key="backing.exclusive" vmw:value="false"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user