summaryrefslogtreecommitdiff
path: root/roles/installer/ubuntu/usb/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/installer/ubuntu/usb/templates')
-rw-r--r--roles/installer/ubuntu/usb/templates/grub.cfg.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/installer/ubuntu/usb/templates/grub.cfg.j2 b/roles/installer/ubuntu/usb/templates/grub.cfg.j2
index 1f97113a..adeb5672 100644
--- a/roles/installer/ubuntu/usb/templates/grub.cfg.j2
+++ b/roles/installer/ubuntu/usb/templates/grub.cfg.j2
@@ -15,8 +15,8 @@ set default=0
{% for host in ansible_play_hosts_all %}
menuentry "automated installer for {{ host }}" {
- set gfxpayload=keep
- linux /casper/vmlinuz quiet nopersistent autoinstall "ds=nocloud;s=/cdrom/autoinstall/{{ host }}/" {{ (hostvars[host].install_cooked.kernel_cmdline | default([])) | join(' ') }}
- initrd /casper/initrd
+ set gfxpayload=keep
+ linux /casper/vmlinuz quiet nopersistent autoinstall "ds=nocloud;s=/cdrom/autoinstall/{{ host }}/" {{ (hostvars[host].install_cooked.kernel_cmdline | default([])) | join(' ') }}
+ initrd /casper/initrd
}
{% endfor %}