summaryrefslogtreecommitdiff
path: root/roles/installer/debian/usb/templates/syslinux.cfg.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/installer/debian/usb/templates/syslinux.cfg.j2')
-rw-r--r--roles/installer/debian/usb/templates/syslinux.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer/debian/usb/templates/syslinux.cfg.j2 b/roles/installer/debian/usb/templates/syslinux.cfg.j2
index badb7e81..79c9d78e 100644
--- a/roles/installer/debian/usb/templates/syslinux.cfg.j2
+++ b/roles/installer/debian/usb/templates/syslinux.cfg.j2
@@ -21,5 +21,5 @@ LABEL {{ host }}
MENU LABEL automated installer for {{ host }}
KERNEL linux
INITRD initrd.{{ host }}.gz
- APPEND auto fb=false {{ (hostvars[host].install_cooked.kernel_cmdline | default([])) | join(' ') }}
+ APPEND auto fb=false {{ (hostvars[host].install.kernel_cmdline | default([])) | join(' ') }}
{% endfor %}