summaryrefslogtreecommitdiff
path: root/roles/installer/debian/usb/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-08 04:59:39 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-11 12:50:26 +0100
commit505e00e334eb30f9d9a71f3d1de6ff3adbedb1da (patch)
tree17aa1c3dcb1935a10c74c3634bd1c2c09dff6d40 /roles/installer/debian/usb/templates
parentharmonize preseed files for server and workstations (diff)
finalize harmonization of desktop and server preseed files
Diffstat (limited to 'roles/installer/debian/usb/templates')
-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 c6acadd3..4531c1f9 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 automatic installer for {{ host }}
KERNEL {{ syslinux_base_path }}linux
INITRD {{ syslinux_base_path }}initrd.{{ host }}.gz
- APPEND auto=true fb=false {{ (hostvars[host].install_cooked.kernel_cmdline | default([])) | join(' ') }}
+ APPEND auto fb=false {{ (hostvars[host].install_cooked.kernel_cmdline | default([])) | join(' ') }}
{% endfor %}