summaryrefslogtreecommitdiff
path: root/roles/installer/debian/iso/templates/grub.cfg.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/installer/debian/iso/templates/grub.cfg.j2')
-rw-r--r--roles/installer/debian/iso/templates/grub.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer/debian/iso/templates/grub.cfg.j2 b/roles/installer/debian/iso/templates/grub.cfg.j2
index d13ca96d..12b8837b 100644
--- a/roles/installer/debian/iso/templates/grub.cfg.j2
+++ b/roles/installer/debian/iso/templates/grub.cfg.j2
@@ -14,7 +14,7 @@ set menu_color_highlight=black/light-gray
set timeout=10
set default=0
-menuentry "automated installer for {{ install_hostname }}" {
+menuentry "automated installer for {{ inventory_hostname }}" {
linux /linux --- auto {{ (install_cooked.kernel_cmdline | default([])) | join(' ') }}
initrd /initrd.gz
}