summaryrefslogtreecommitdiff
path: root/roles/installer/debian/iso/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/installer/debian/iso/templates')
-rw-r--r--roles/installer/debian/iso/templates/grub.cfg.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/installer/debian/iso/templates/grub.cfg.j2 b/roles/installer/debian/iso/templates/grub.cfg.j2
index 12b8837b..e2f480fa 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 {{ inventory_hostname }}" {
- linux /linux --- auto {{ (install_cooked.kernel_cmdline | default([])) | join(' ') }}
- initrd /initrd.gz
+ linux /linux --- auto {{ (install_cooked.kernel_cmdline | default([])) | join(' ') }}
+ initrd /initrd.gz
}