Changelog for
dracut-kiwi-verity-10.1.11-3.1.x86_64.rpm :
* Fri Sep 13 2024 Marcus Schäfer
- Bump version: 10.1.10 → 10.1.11
* Fri Sep 13 2024 Marcus Schäfer - doc: Add login information test build test images
* Fri Sep 13 2024 Marcus Schäfer - Bump version: 10.1.9 → 10.1.10
* Thu Sep 12 2024 Michal Suchanek - bootloader: Fix up ppc64 bootinfo again To make the code look pretty extra newline is inserted at the start of bootinfo file. This appears to break boot on Power9 PowerVM LPARs.
* Thu Sep 12 2024 Marcus Schäfer - Add support for erofs erofs is an alternative readonly filesystem that can be used as alternative to squashfs. This Fixes #2633
* Thu Sep 12 2024 Marcus Schäfer - Fixed enclave integration test The SELinux policy of Fedora Rawhide when running completely in an initrd is not suitable to let the system boot up. Thus the current solution is to boot in permissive mode. A better solution for the future would probably be a selinux policy for enclaves
* Wed Sep 11 2024 Marcus Schäfer - limit eif_build requires to fedora >= 42
* Wed Sep 11 2024 Marcus Schäfer - Bump version: 10.1.8 → 10.1.9
* Wed Sep 11 2024 Marcus Schäfer - Added sshd to nitro-enclave integration test
* Wed Sep 11 2024 Marcus Schäfer - Fixed container sync options Do not exclude/filter any security/xattr capabilities.
* Wed Sep 11 2024 Marcus Schäfer - Update container integration test Add getcap to check on filesystem capabilities
* Wed Sep 11 2024 Marcus Schäfer - Add new build type provides for enclave Add a provides tag (read by the open buildservice) for the new enclave builder. Also add a recommends to eif_builder in the systemdeps-core meta package
* Tue Sep 10 2024 Marcus Schäfer - Update enclave documentation Fixup repo setup in the build documentation
* Tue Sep 10 2024 Marcus Schäfer - Bump version: 10.1.7 → 10.1.8
* Tue Sep 10 2024 Marcus Schäfer - Fixed enclave documentation Path to the build test was not correct
* Tue Sep 10 2024 Marcus Schäfer - Update test-image-nitro-enclave package list Fixup package list to match Fedora rawhide
* Tue Sep 10 2024 Marcus Schäfer - Move test-image-nitro-enclave to rawhide
* Tue Sep 10 2024 Michal Suchanek - Fix ppc64 chrp bootinfo generation
* Mon Sep 09 2024 Marcus Schäfer - Fixed documentation header Fixed double H1 headers from the boxbuild tweaks chapter.
* Mon Sep 09 2024 Marcus Schäfer - Bump version: 10.1.6 → 10.1.7
* Mon Sep 09 2024 Marcus Schäfer - Move EXEC log message to the right place The log information of the command execution was not printed directly before the actual command invocation. There are other actions after the log information (e.g Path.which) which itself produce log information prior the real subprocess execution. This is very misleading when reading the log file and fixed in this commit.
* Mon Sep 09 2024 Marcus Schäfer - Add support for architectures in deb source file When apt resolves packages on a multiarch repo it can happen that dependencies for packages from other architectures are pulled into the solver process but are not provided by any repository. To overcome this behavior the repository can be setup to serve packages only for a specified architecture or list of architectures. This is related to OSInside/kiwi-descriptions#102
* Fri Sep 06 2024 Marcus Schäfer - Bump version: 10.1.5 → 10.1.6
* Thu Sep 05 2024 Kostiantyn Astakhov <16296930+kastakhovAATTusers.noreply.github.com>- add allowExtraConfig and exportFlags to ovftool options Add allowExtraConfig and exportFlags to ovftool options
* Thu Sep 05 2024 Marcus Schäfer - Bump version: 10.1.4 → 10.1.5
* Wed Sep 04 2024 Steffen Winterfeldt - create EFI/BOOT only if UEFI boot is intended
* Wed Sep 04 2024 Steffen Winterfeldt - Fix boot support for ISO media on ppc64 add CHRP boot support for ppc64 and add xorriso option to avoid file name reduction to MS-DOS compatible 8.3 format
* Tue Sep 03 2024 Marcus Schäfer - Fix initrd permissions kiwi stored the initrd for ISO images as 600 which might be too restrictive. This commit makes sure the initrd is stored as 644 and Fixes bsc#1229257
* Tue Sep 03 2024 Marcus Schäfer - Fixed ramdisk size setup For setting up the brd rd_size option kiwi creates 99-brd.conf used at load time of the kernel brd driver. The location for the conf file is set to /etc/modprobe.d/ However, in newer versions the location has changed to /usr/lib/modprobe.d/ and /etc/modprobe.d is no longer expected to exist. This commit makes sure /etc/modprobe.d is created if not present.
* Tue Sep 03 2024 Marcus Schäfer - Bump version: 10.1.3 → 10.1.4
* Mon Sep 02 2024 kastakhov <16296930+kastakhovAATTusers.noreply.github.com>- Add note about guestOS values for vmware ovftools.
* Mon Sep 02 2024 kastakhov <16296930+kastakhovAATTusers.noreply.github.com>- Add note about guestOS values for vmware platform.
* Mon Sep 02 2024 Marcus Schäfer - Fixed resize of dos table type on s390 On s390, parted is used to detect the partition table type. In contrast to blkid the name for DOS tables is reported as \'msdos\' and not \'dos\' which impacts several conditions in the kiwi initrd code which checks for \'dos\'. This commit fixes the get_partition_table_type() method to return a consistent table name for DOS tables. This Fixes bsc#1228729
* Mon Sep 02 2024 Marcus Schäfer - Revert \"remove dependency on /usr/bin/python\" This reverts commit 15b450188483b567ca10bb459bf50ed90e905bb7. The change provided here entirely broke kiwi in OBS. With this patch applied every image build in OBS fails with the following message: \'line 1: /usr/sbin/kiwi: No such file or directory\'
* Mon Sep 02 2024 Marcus Schäfer - Bump version: 10.1.2 → 10.1.3
* Sun Sep 01 2024 Marcus Schäfer - Fix bundle extension for archive types When bundling result files that uses an archive type like tbz or docker, kiwi creates them with the extension tar.xz/tar.gz The bundler code only uses the extension from the last tuple in a \".\" split which is wrong for \"tar.\" filenames. This commit adds an exception to the prefix rule for this output filenames and Fixes #2628
* Sun Sep 01 2024 Marcus Schäfer - Fix ImageSystem mount procedure The mount() method did not take custom partitions into account. This commit fixes it. This Fixes #2619
* Tue Aug 27 2024 Petr Gajdos - remove dependency on /usr/bin/python
* Sun Aug 25 2024 Neal Gompa - Add support for isomd5sum for tagging iso files The isomd5sum tool suite is used and available on all supported distributions except SUSE distributions, and is necessary to produce conformant ISOs for most Linux distributions. This change adds support for isomd5sum tool suite for kiwi, though it does not extend the kiwi-live dracut module to use it. The upstream dracut dmsquash-live module must be used instead. Co-authored-by: Dan Čermák
* Sat Aug 24 2024 Neal Gompa - kiwi/builder/live: Log the correct value for Application ID Since it is now possible to set a custom application ID, we want to see this when it is being used for the image.
* Sat Aug 24 2024 Neal Gompa - kiwi/builder/live: Clean up leftover dracut configuration file The existence of this file breaks installers on live media that sync the full filesystem to disk and are not aware of this configuration before generating the target system initramfs.
* Fri Aug 23 2024 Neal Gompa - Allow string versions and test \"word\" versions There are descriptions out in the wild that use \"non-numeric\" versions in their descriptions, particularly without separators for splitting. This change switches all of this to strings rather than assuming numbers and gracefully handles the single word case.
* Sat Aug 17 2024 Holden R. Fried - Add documentation for boxbuild tweaks
* Fri Aug 16 2024 Marcus Schäfer - Fixed wrong log level on --logfile When using --logfile, the log generated there matches the stdout log (which without --debug, does not include any debug info). This is in contrast to the automatically generated one in the output directory, which always does and also not following the way how it is documented. This Fixes #2503
* Mon Aug 12 2024 Marcus Schäfer - Fixed arch flag for namedCollection The arch flag in a namedCollection was not taken into account. This commit fixes this and also makes sure the result information is sorted and unique like we have it for the package lists. This Fixes #2600
* Fri Aug 09 2024 Marcus Schäfer - Fix handling of zipl.conf in plain zipl bootloader When using the plain zipl bootloader kiwi created a /etc/zipl.conf file. However, this file was only useful during image build as it points to a loop target device and geometry but does not represent a proper config file to be used in the running system. In addition the different distributors provides their own version and layout of the zipl.conf to be used inside of the system and with their respective tools. Thus this commit changes the way how kiwi operates in a way that the zipl.conf used in the initial image only exists during the image build process. An eventual present /etc/zipl.conf will not be touched by kiwi. This Fixes #2597