From 90a0298e490f7f0bceaabb9bbc45d28dde579fc2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 2 Jul 2021 13:39:12 +0200 Subject: cosmetic change --- roles/installer/debian/usb/templates/syslinux.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/installer/debian') diff --git a/roles/installer/debian/usb/templates/syslinux.cfg.j2 b/roles/installer/debian/usb/templates/syslinux.cfg.j2 index 98890372..40c877d2 100644 --- a/roles/installer/debian/usb/templates/syslinux.cfg.j2 +++ b/roles/installer/debian/usb/templates/syslinux.cfg.j2 @@ -18,7 +18,7 @@ MENU TITLE {{ install_distro }} / {{ install_codename }} {% for host in ansible_play_hosts_all %} LABEL {{ host }} - MENU LABEL automatic installer for {{ host }} + MENU LABEL automated installer for {{ host }} KERNEL {{ syslinux_base_path }}linux INITRD {{ syslinux_base_path }}initrd.{{ host }}.gz APPEND auto fb=false {{ (hostvars[host].install_cooked.kernel_cmdline | default([])) | join(' ') }} -- cgit v1.2.3