Update Fedora to 43

This commit is contained in:
2025-12-28 04:04:27 +01:00
parent 232ab244ca
commit 2be6117aac
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
---
- name: Bootstrap Fedora 42
- name: Bootstrap Fedora 43
vars:
bootstrap_fedora_extra: >-
{{
@@ -10,12 +10,12 @@
ansible.builtin.command: "{{ item }}"
loop:
- >-
dnf --releasever=42 --best --repo=fedora --repo=fedora-updates
dnf --releasever=43 --best --repo=fedora --repo=fedora-updates
--installroot=/mnt --setopt=install_weak_deps=False
groupinstall -y critical-path-base core
- ln -sf /run/NetworkManager/resolv.conf /mnt/etc/resolv.conf
- >-
arch-chroot /mnt dnf --releasever=42 --setopt=install_weak_deps=False
arch-chroot /mnt dnf --releasever=43 --setopt=install_weak_deps=False
install -y {{ bootstrap_fedora_extra }}
- arch-chroot /mnt dnf reinstall -y kernel-core
register: bootstrap_result