summaryrefslogtreecommitdiff
path: root/roles/installer/debian/usb
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-11 12:54:32 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-11 12:54:32 +0100
commitd979122bf56ef8546ef590c555ec1688fb17349c (patch)
treeceeda572e5928f8dca2771a2a8fcf68bbf550239 /roles/installer/debian/usb
parentadd UHD resolutions to info-beamer config role (diff)
parentadd zfs support to new workstation/base role (diff)
Merge branch 'topic/haromnize-workstation-install'
Diffstat (limited to 'roles/installer/debian/usb')
-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 %}