<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fedora-linux-surface-pro-12in/kiwi-descriptions.git/teams/cloud/cloud.xml, branch rawhide</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/atom/teams/cloud/cloud.xml?h=rawhide</id>
<link rel='self' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/atom/teams/cloud/cloud.xml?h=rawhide'/>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/'/>
<updated>2025-12-09T18:50:44Z</updated>
<entry>
<title>teams/cloud: Drop /boot partition and use a Btrfs subvolume for /boot</title>
<updated>2025-12-09T18:50:44Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2025-10-10T20:02:12Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=edebd133afa3443df356b41c5c4e587eb9ef5c59'/>
<id>urn:sha1:edebd133afa3443df356b41c5c4e587eb9ef5c59</id>
<content type='text'>
This lets us free up the space allocated for the partition and gives
us dynamically allocated space for boot data like we have with the
rest of the operating system.

We do not do this for s390x because zipl does not support it.

Reference: https://fedoraproject.org/wiki/Changes/BtrfsBootForCloud
</content>
</entry>
<entry>
<title>Raise the size of the boot partition to 2G for Fedora images</title>
<updated>2025-10-06T14:18:44Z</updated>
<author>
<name>Neal Gompa</name>
<email>ngompa@fedoraproject.org</email>
</author>
<published>2025-10-06T14:18:44Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=6c3b674a92536bbaa02d0473294472b5360d5bfd'/>
<id>urn:sha1:6c3b674a92536bbaa02d0473294472b5360d5bfd</id>
<content type='text'>
With the increase in content in initramfs, a long-overdue raise
of the default size for /boot is warranted.

Reference: https://fedoraproject.org/wiki/Changes/2GbootPartition
</content>
</entry>
<entry>
<title>Cloud: Adjust aarch64 images to use the correct serial console</title>
<updated>2025-05-29T20:17:06Z</updated>
<author>
<name>Jeremy Cline</name>
<email>jeremycline@linux.microsoft.com</email>
</author>
<published>2025-05-27T13:51:54Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=56a4d1ed1ab8c0e382667ee09c6a040c4b9cf0d9'/>
<id>urn:sha1:56a4d1ed1ab8c0e382667ee09c6a040c4b9cf0d9</id>
<content type='text'>
The serial device name on Arm is ttyAMA, not ttyS. This splits the
configuration for Cloud images based on the architecture and adjusts the
kernel command line.

Note that prior to this change, aarch64 would still output kernel logs
to the ttyAMA0 console (on Azure, at least) due to the ACPI SPCR table.
On aarch64 the console in this table, if it's present, is _always_
configured as the kernel's default console. However, systemd logs would
not be sent to the serial console because it seems it was honoring the
kernel command line configuration which had ttyS0 as the default.

Also see: https://pagure.io/cloud-sig/issue/394
Also see: https://bugzilla.redhat.com/show_bug.cgi?id=1661288

Signed-off-by: Jeremy Cline &lt;jeremycline@linux.microsoft.com&gt;
</content>
</entry>
<entry>
<title>grub2: Enable `bls` for all non-live images</title>
<updated>2025-04-29T20:36:27Z</updated>
<author>
<name>Janne Grunau</name>
<email>janne-fdr@jannau.net</email>
</author>
<published>2025-04-27T20:19:29Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=66b87054e8155204fcaae4196f88592a07ee9457'/>
<id>urn:sha1:66b87054e8155204fcaae4196f88592a07ee9457</id>
<content type='text'>
This became necessary with 10.0.13 / after merging
https://github.com/OSInside/kiwi/pull/2535 but doesn't seem to
noticeable effects besides miisin "GRUB_ENABLE_BLSCFG=true" in
/etc/default/grub.
</content>
</entry>
<entry>
<title>Initial riscv64 support</title>
<updated>2025-02-07T14:06:22Z</updated>
<author>
<name>David Abdurachmanov</name>
<email>davidlt@rivosinc.com</email>
</author>
<published>2024-11-28T14:31:59Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=b5d377d912dd9cfd48b89e3084d6dd49ed9bbcad'/>
<id>urn:sha1:b5d377d912dd9cfd48b89e3084d6dd49ed9bbcad</id>
<content type='text'>
Most of the changes are self-explanatory and just follow what's
already happening for existing architectures.

Two things are worth pointing out:

  * we need to use shim-unsigned instead of shim-signed because
    riscv64 is not fully integrated into Fedora yet and so we
    can't do Secure Boot signing for the time being;

  * we use ext4 as bootfilesystem since in most cases the
    underlying firmware is going to be U-Boot, which needs to be
    able to load the board's DTB from /boot and doesn't support
    XFS.

Signed-off-by: David Abdurachmanov &lt;davidlt@rivosinc.com&gt;
</content>
</entry>
<entry>
<title>Azure: include azure-vm-utils package in the image</title>
<updated>2024-09-25T15:52:25Z</updated>
<author>
<name>Jeremy Cline</name>
<email>jeremycline@linux.microsoft.com</email>
</author>
<published>2024-09-25T15:52:25Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=5fe8b10e986e41eec9cde4e0004c8ac28dc4b76c'/>
<id>urn:sha1:5fe8b10e986e41eec9cde4e0004c8ac28dc4b76c</id>
<content type='text'>
This package is intended to be the place for Azure utilities along with
the various udev rules that currently live in the WALinuxAgent package.

At the moment it just contains the `azure-nvme-id` binary and udev rules
for providing symlinks in /dev/disk/azure/ for local, data, and
OS disks.
</content>
</entry>
<entry>
<title>cloud: updates for s390x</title>
<updated>2024-06-03T15:36:44Z</updated>
<author>
<name>Dan Horák</name>
<email>dan@danny.cz</email>
</author>
<published>2024-06-03T14:46:35Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=dcc4f3c6f92af76d8754225adeadd285e6a5c426'/>
<id>urn:sha1:dcc4f3c6f92af76d8754225adeadd285e6a5c426</id>
<content type='text'>
updates for "virtual image" usable under KVM
- don't use 4k block size
- don't use CDL partitioning
- don't use DASD related kernel parameters
</content>
</entry>
<entry>
<title>cloud: don't use 4k block size on ppc64le</title>
<updated>2024-06-03T14:02:34Z</updated>
<author>
<name>Dan Horák</name>
<email>dan@danny.cz</email>
</author>
<published>2024-06-03T14:02:34Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=7ba0ead9bd11dc2b8c437478b0f63396c6cf860b'/>
<id>urn:sha1:7ba0ead9bd11dc2b8c437478b0f63396c6cf860b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable systemd-firstboot on Cloud images via cmdline (#2282195)</title>
<updated>2024-05-22T15:15:12Z</updated>
<author>
<name>Adam Williamson</name>
<email>awilliam@redhat.com</email>
</author>
<published>2024-05-22T15:14:50Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=47dd0aa7615d847c06627007873b3d7e09bcd441'/>
<id>urn:sha1:47dd0aa7615d847c06627007873b3d7e09bcd441</id>
<content type='text'>
systemd 256 added a new feature which wants to create users on
boot if none exist yet:
https://github.com/systemd/systemd/commit/3ccadbce3358ba1db7ce5fa3f8dd17c627ffd93b
We don't want that, cloud-init handles this situation. So let's
disable it.

Signed-off-by: Adam Williamson &lt;awilliam@redhat.com&gt;
</content>
</entry>
<entry>
<title>AmazonEC2: Add more helpful packages</title>
<updated>2024-05-10T11:39:20Z</updated>
<author>
<name>Major Hayden</name>
<email>major@redhat.com</email>
</author>
<published>2024-05-09T20:46:31Z</published>
<link rel='alternate' type='text/html' href='https://sayag.it/fedora-linux-surface-pro-12in/kiwi-descriptions.git/commit/?id=60ddd0e4668bc1a73435dd36459a4b7bf3256590'/>
<id>urn:sha1:60ddd0e4668bc1a73435dd36459a4b7bf3256590</id>
<content type='text'>
The amazon-ec2-utils package includes udev rules that make it easier to
identify block storage devices and sets some configuration for other
storage devices.

Users can run awscli2 to manage their AWS cloud resources.

The ec2-instance-connect package allows one click console access to a
Fedora instance from the AWS console (website).

Signed-off-by: Major Hayden &lt;major@redhat.com&gt;
</content>
</entry>
</feed>
