From a16da9b55b796a4d2246314fb056f358f9baef15 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 29 Oct 2022 02:00:58 +0200 Subject: debian-installer: proper support hd-media varant for usb --- roles/installer/debian/usb/templates/syslinux.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/installer/debian/usb/templates') 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 %} -- cgit v1.2.3