From 0cf14592eb7234815304f818dffec43252eea43c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 21 Apr 2026 10:59:51 +0200 Subject: Update the rEFInd boot menu to use the distro name This allows better description with the dual boot entries --- roles/bootstrap/templates/refind_linux.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles') diff --git a/roles/bootstrap/templates/refind_linux.conf.j2 b/roles/bootstrap/templates/refind_linux.conf.j2 index c5e9942..9b5868b 100644 --- a/roles/bootstrap/templates/refind_linux.conf.j2 +++ b/roles/bootstrap/templates/refind_linux.conf.j2 @@ -1,2 +1,2 @@ -"Boot with defaults" "root=PARTLABEL={{ partition_root.name }} rw console=tty1{% if bootstrap_mac %} {{ bootstrap_mac_boot_args }}{% endif %}" -"Boot to terminal" "root=PARTLABEL={{ partition_root.name }} rw console=tty1 systemd.unit=multi-user.target{% if bootstrap_mac %} {{ bootstrap_mac_boot_args }}{% endif %}" +"{{ ansible_facts['distribution'] }}" "root=PARTLABEL={{ partition_root.name }} rw console=tty1{% if bootstrap_mac %} {{ bootstrap_mac_boot_args }}{% endif %}" +"{{ ansible_facts['distribution'] }} (terminal)" "root=PARTLABEL={{ partition_root.name }} rw console=tty1 systemd.unit=multi-user.target{% if bootstrap_mac %} {{ bootstrap_mac_boot_args }}{% endif %}" -- cgit v1.2.3