From 7ec54cbb4f3150fe42c49a1210f51f5078d5637d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 20 Nov 2020 19:52:17 +0100 Subject: presseed: fix some variable precedence --- roles/installer/debian/iso/templates/grub.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/installer/debian/iso/templates') diff --git a/roles/installer/debian/iso/templates/grub.cfg.j2 b/roles/installer/debian/iso/templates/grub.cfg.j2 index 52b4bf10..31ec5d8b 100644 --- a/roles/installer/debian/iso/templates/grub.cfg.j2 +++ b/roles/installer/debian/iso/templates/grub.cfg.j2 @@ -15,6 +15,6 @@ set timeout=10 set default=0 menuentry "automated installer for {{ install_hostname }}" { - linux /linux --- install {{ (hostvars[install_hostname].install_cooked.kernel_cmdline | default([])) | join(' ') }} + linux /linux --- auto {{ (hostvars[install_hostname].install_cooked.kernel_cmdline | default([])) | join(' ') }} initrd /initrd.gz } -- cgit v1.2.3