summaryrefslogtreecommitdiff
path: root/roles/installer/ubuntu/iso/templates/grub.cfg.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/installer/ubuntu/iso/templates/grub.cfg.j2')
-rw-r--r--roles/installer/ubuntu/iso/templates/grub.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer/ubuntu/iso/templates/grub.cfg.j2 b/roles/installer/ubuntu/iso/templates/grub.cfg.j2
index ccbc25eb..74d7709e 100644
--- a/roles/installer/ubuntu/iso/templates/grub.cfg.j2
+++ b/roles/installer/ubuntu/iso/templates/grub.cfg.j2
@@ -13,6 +13,6 @@ set default=0
menuentry "automated installer for {{ inventory_hostname }}" {
set gfxpayload=keep
- linux /casper/vmlinuz quiet nopersistent autoinstall "ds=nocloud;s=/cdrom/autoinstall/{{ inventory_hostname }}/" {{ (install_cooked.kernel_cmdline | default([])) | join(' ') }}
+ linux /casper/vmlinuz quiet nopersistent autoinstall "ds=nocloud;s=/cdrom/autoinstall/{{ inventory_hostname }}/" {{ (install.kernel_cmdline | default([])) | join(' ') }}
initrd /casper/initrd
}