diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-07-02 13:39:12 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-07-02 13:39:12 +0200 |
commit | 90a0298e490f7f0bceaabb9bbc45d28dde579fc2 (patch) | |
tree | 9ca944fbf22151cd1e98479ecd93f044876b7040 /roles | |
parent | Merge branch 'topic/new-ubuntu-installer' (diff) |
cosmetic change
Diffstat (limited to 'roles')
-rw-r--r-- | roles/installer/debian/usb/templates/syslinux.cfg.j2 | 2 | ||||
-rw-r--r-- | roles/installer/ubuntu/usb/templates/isolinux.cfg.j2 | 2 |
2 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 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(' ') }} 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(' ') }} |