diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-21 19:35:12 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-21 19:35:12 +0200 |
| commit | fd1b383b1b93ae556387fb5a846eb6e6f1ac3404 (patch) | |
| tree | d512927ec8744626671cbda96ff788b62f853b1a /roles/bootstrap/templates | |
| parent | a82425b10738c9119075c2347e258d5048530f1d (diff) | |
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
Diffstat (limited to 'roles/bootstrap/templates')
| -rw-r--r-- | roles/bootstrap/templates/archlinux.conf.j2 | 4 | ||||
| -rw-r--r-- | roles/bootstrap/templates/loader.conf.j2 | 4 |
2 files changed, 0 insertions, 8 deletions
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 |
