From fd1b383b1b93ae556387fb5a846eb6e6f1ac3404 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 21 Sep 2025 19:35:12 +0200 Subject: Replace systemd with rEFInd The systemd regression bug introduced in 258 version doesn't seem to be fixed or about to get fixed any time soon Ref: https://github.com/systemd/systemd/issues/36174 This replaces the systemd-boot with a simpler rEFInd approach --- roles/bootstrap/templates/archlinux.conf.j2 | 4 ---- roles/bootstrap/templates/loader.conf.j2 | 4 ---- 2 files changed, 8 deletions(-) delete mode 100644 roles/bootstrap/templates/archlinux.conf.j2 delete mode 100644 roles/bootstrap/templates/loader.conf.j2 (limited to 'roles/bootstrap/templates') diff --git a/roles/bootstrap/templates/archlinux.conf.j2 b/roles/bootstrap/templates/archlinux.conf.j2 deleted file mode 100644 index 1f5cc7f..0000000 --- a/roles/bootstrap/templates/archlinux.conf.j2 +++ /dev/null @@ -1,4 +0,0 @@ -title Arch Linux -linux /archlinux/vmlinuz-linux -initrd /archlinux/initramfs-linux.img -options root=PARTLABEL={{ partition_root.name }} ro diff --git a/roles/bootstrap/templates/loader.conf.j2 b/roles/bootstrap/templates/loader.conf.j2 deleted file mode 100644 index 507c7a0..0000000 --- a/roles/bootstrap/templates/loader.conf.j2 +++ /dev/null @@ -1,4 +0,0 @@ -default @saved -timeout 5 -editor yes -console-mode auto -- cgit v1.2.3