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.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/installer/ubuntu/iso/templates/grub.cfg.j2 b/roles/installer/ubuntu/iso/templates/grub.cfg.j2
index f49d7f40..ccbc25eb 100644
--- a/roles/installer/ubuntu/iso/templates/grub.cfg.j2
+++ b/roles/installer/ubuntu/iso/templates/grub.cfg.j2
@@ -12,7 +12,7 @@ set timeout=10
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(' ') }}
- initrd /casper/initrd
+ set gfxpayload=keep
+ linux /casper/vmlinuz quiet nopersistent autoinstall "ds=nocloud;s=/cdrom/autoinstall/{{ inventory_hostname }}/" {{ (install_cooked.kernel_cmdline | default([])) | join(' ') }}
+ initrd /casper/initrd
}