Bump initrd and kernels

This commit is contained in:
Ettore Di Giacinto 2022-10-25 21:08:27 +00:00
parent c300c77db8
commit d502a7e0bc
3 changed files with 6 additions and 5 deletions

View File

@ -32,7 +32,8 @@ copy:
prelude:
# remove if any
- rm -rf /boot/initrd || true
includes:
- ^/boot|^/boot/.*
steps:
# Create initrd
- |

View File

@ -1,10 +1,10 @@
packages:
- name: "opensuse"
category: "distro-initrd"
version: "0.12"
version: "0.13"
# - name: "fedora"
# category: "distro-initrd"
# version: "0.11"
- name: "ubuntu"
category: "distro-initrd"
version: "0.12"
version: "0.13"

View File

@ -1,7 +1,7 @@
packages:
- category: "distro-kernels"
name: "opensuse"
version: "15.4+4"
version: "15.4+5"
image_tag: "15.4"
image: "opensuse/leap"
distribution: "opensuse"
@ -17,7 +17,7 @@ packages:
- category: "distro-kernels"
name: "ubuntu"
image_tag: "20.04"
version: "20.04+4"
version: "20.04+5"
image: "ubuntu"
distribution: "ubuntu"
packages: "linux-image-generic-hwe-20.04 dracut dracut-network"