summaryrefslogtreecommitdiff
path: root/roles/installer/ubuntu/usb/templates/isolinux.cfg.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/installer/ubuntu/usb/templates/isolinux.cfg.j2')
-rw-r--r--roles/installer/ubuntu/usb/templates/isolinux.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer/ubuntu/usb/templates/isolinux.cfg.j2 b/roles/installer/ubuntu/usb/templates/isolinux.cfg.j2
index 8360c057..03d581d4 100644
--- a/roles/installer/ubuntu/usb/templates/isolinux.cfg.j2
+++ b/roles/installer/ubuntu/usb/templates/isolinux.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 /casper/vmlinuz
INITRD /casper/initrd
APPEND quiet nopersistent autoinstall ds=nocloud;s=/cdrom/autoinstall/{{ host }}/ {{ (hostvars[host].install_cooked.kernel_cmdline | default([])) | join(' ') }}