Update Fedora to 43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user