summaryrefslogtreecommitdiff
path: root/roles/installer/debian/usb/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-09-16 00:40:31 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-09-16 00:40:31 +0200
commit58809a38cc999fc697bd3094f4575953c602ee2e (patch)
tree4bf2077c8dfa8520f48864816c81d444841c23dd /roles/installer/debian/usb/templates
parentubuntu installer /swapfile vs /swap.img (diff)
improve compatibility with more bioses for debian usb installer
Diffstat (limited to 'roles/installer/debian/usb/templates')
-rw-r--r--roles/installer/debian/usb/templates/syslinux.cfg.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/installer/debian/usb/templates/syslinux.cfg.j2 b/roles/installer/debian/usb/templates/syslinux.cfg.j2
index 40c877d2..badb7e81 100644
--- a/roles/installer/debian/usb/templates/syslinux.cfg.j2
+++ b/roles/installer/debian/usb/templates/syslinux.cfg.j2
@@ -19,7 +19,7 @@ MENU TITLE {{ install_distro }} / {{ install_codename }}
LABEL {{ host }}
MENU LABEL automated installer for {{ host }}
- KERNEL {{ syslinux_base_path }}linux
- INITRD {{ syslinux_base_path }}initrd.{{ host }}.gz
+ KERNEL linux
+ INITRD initrd.{{ host }}.gz
APPEND auto fb=false {{ (hostvars[host].install_cooked.kernel_cmdline | default([])) | join(' ') }}
{% endfor %}