diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:31 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:31 +0200 |
| commit | c170141cfb2a59b5057c37ee0a8b4b3f8384ec3f (patch) | |
| tree | 0b4c2fa0e8a45f3e9b62fc8f06868dc4e7da5e56 /roles/bootstrap/templates | |
| parent | e63535c7a678565b966c6cea96a8fb20aca59026 (diff) | |
Safe dualboot /efi folder structure
Diffstat (limited to 'roles/bootstrap/templates')
| -rw-r--r-- | roles/bootstrap/templates/archlinux.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/bootstrap/templates/archlinux.conf.j2 b/roles/bootstrap/templates/archlinux.conf.j2 index 5b35407..1f5cc7f 100644 --- a/roles/bootstrap/templates/archlinux.conf.j2 +++ b/roles/bootstrap/templates/archlinux.conf.j2 @@ -1,4 +1,4 @@ title Arch Linux -linux /vmlinuz-linux -initrd /initramfs-linux.img +linux /archlinux/vmlinuz-linux +initrd /archlinux/initramfs-linux.img options root=PARTLABEL={{ partition_root.name }} ro |
