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: prelude:
# remove if any # remove if any
- rm -rf /boot/initrd || true - rm -rf /boot/initrd || true
includes:
- ^/boot|^/boot/.*
steps: steps:
# Create initrd # Create initrd
- | - |

View File

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

View File

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