- Jan 17, 2025
-
-
dann frazier authored
-
dann frazier authored
-
dann frazier authored
* d/p/pkg_resources-is-deprecated.patch: Add missing dependency on importlib_resources. Thanks to Hristo Venev. Closes: #1092149. * d/p/disable-setuptools.patch: Refresh.
-
- Dec 17, 2024
-
-
dann frazier authored
-
dann frazier authored
-
- Nov 29, 2024
-
-
Gerd Hoffmann authored
-
- Nov 22, 2024
-
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
bootcfg.py: allow inserting UKI at the end of the boot order See merge request kraxel/virt-firmware!16
-
Nowa Ammerlaan authored
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
-
Nowa Ammerlaan authored
In python list.insert(-1, ..) does not insert at the end of the list, instead it inserts at the second to last element. This makes it impossible to use --boot-order -1 to insert an UKI at the end of the boot order. This fixes the problem by adding some logic to turn negative numbers into positive indices. Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
-
Gerd Hoffmann authored
99-uki-uefi-setup.install: Automatic addon re-enablement upon UKI updates See merge request kraxel/virt-firmware!18
-
Gerd Hoffmann authored
-
- Nov 20, 2024
-
-
Vitaly Kuznetsov authored
It seems logical to expect that if the currently running UKI has some per-UKI ($ESP/EFI/Linux/<token>-<uname-r>.efi.extra.d/*.addon.efi) addons enabled that these addons are going to be preserved across update, i.e. the resulting kernel command line is not going to change after reboot. Implement the corresponding logic in 99-uki-uefi-setup.install. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
-
- Nov 05, 2024
-
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
- Oct 26, 2024
-
-
dann frazier authored
-
dann frazier authored
d/p/disable-setuptools.patch: Disable setuptools to avoid introducing a dependency on pkg_resources.
-
- Oct 17, 2024
-
-
dann frazier authored
Signed-off-by: dann frazier <dannf@debian.org>
-
dann frazier authored
Replace deprecated pkg_resources usage with importlib equivalents (Closes: #1083984)
-
- Oct 05, 2024
-
-
dann frazier authored
New upstream release.
-
- Aug 29, 2024
-
-
Gerd Hoffmann authored
99-uki-uefi-setup.install: Install .hmac file for the UKI See merge request kraxel/virt-firmware!17
-
- Aug 09, 2024
-
-
Vitaly Kuznetsov authored
HMAC file is required for FIPS enablement. As the file is very small, it probably doesn't make much sense to move it from $BOOT to $ESP even if we end up with two copies. Note: filename in the .hmac file must be adjusted to the actual name of the binary on the ESP to make 'sha512hmac -c' work. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
-
- Jul 11, 2024
-
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
In case systemd-boot is active we don't have to update the uefi boot variables. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-
Gerd Hoffmann authored
-