summaryrefslogtreecommitdiff
path: root/roles/installer/debian/usb/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-10-29 02:00:58 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-10-29 02:00:58 +0200
commita16da9b55b796a4d2246314fb056f358f9baef15 (patch)
tree2baeaf880ebcf26b9e2fb396ac7aa489cdbf1ea1 /roles/installer/debian/usb/templates
parentMerge branch 'topic/kali-linux' (diff)
debian-installer: proper support hd-media varant for usb
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 79c9d78e..ec6ddcb6 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 linux
+ KERNEL {{ debian_installer_kernel_image }}
INITRD initrd.{{ host }}.gz
APPEND auto fb=false {{ (hostvars[host].install.kernel_cmdline | default([])) | join(' ') }}
{% endfor %}