From 0089d13a8a01eca034a8a062cf9e9240fbd459b5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 26 Aug 2020 13:59:37 +0200 Subject: fix installer prompts --- common/iso-install.yml | 4 ++-- common/usb-install.yml | 2 +- roles/dellos6/bootstrap/tasks/main.yml | 2 +- roles/vm/guest/install/tasks/main.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/iso-install.yml b/common/iso-install.yml index 2eb5d049..1a211319 100644 --- a/common/iso-install.yml +++ b/common/iso-install.yml @@ -29,10 +29,10 @@ config file on EFI systems. In case you only see a grub shell prompt ('grub>') after booting the iso image you can load the correct config file using this command: - grub> (cd0)/boot/grub/grub.cfg + grub> configfile (cd0)/boot/grub/grub.cfg {% endif %} - Once the installation is done press enter to continue or Ctrl-C + 'A' to abort. + Once the installation is done press ENTER to continue or CTRL-C then A to abort. - name: wait for new machine to start up, apply early roles and reboot diff --git a/common/usb-install.yml b/common/usb-install.yml index bacb781f..a7d4e944 100644 --- a/common/usb-install.yml +++ b/common/usb-install.yml @@ -22,7 +22,7 @@ prompt: | Please unmount the USB the stick, plug it into the machine and boot from it. - Once the installation is done press enter to continue or Ctrl-C + 'A' to abort. + Once the installation is done press ENTER to continue or CTRL-C then A to abort. - name: wait for new machine to start up, apply early roles and reboot diff --git a/roles/dellos6/bootstrap/tasks/main.yml b/roles/dellos6/bootstrap/tasks/main.yml index 1c9fdc5e..d6442e8f 100644 --- a/roles/dellos6/bootstrap/tasks/main.yml +++ b/roles/dellos6/bootstrap/tasks/main.yml @@ -8,7 +8,7 @@ - name: generate initial configuration delegate_to: localhost pause: - prompt: "\n## Please apply the following configuration using the serial console!!!\n\n{{ lookup('template', 'init.j2') }}\n\n## end .. press enter to continue!!!!!\n" + prompt: "\n## Please apply the following configuration using the serial console!!!\n\n{{ lookup('template', 'init.j2') }}\n\n## end .. press ENTER to continue!!!!!\n" - name: get config facts from the switch dellos6_facts: diff --git a/roles/vm/guest/install/tasks/main.yml b/roles/vm/guest/install/tasks/main.yml index 21a13b4d..cf1286c5 100644 --- a/roles/vm/guest/install/tasks/main.yml +++ b/roles/vm/guest/install/tasks/main.yml @@ -67,7 +67,7 @@ {{ installer_manual_steps_msg | indent(2) }} - When done press enter to continue or Ctrl-C + 'A' to abort. + When done press ENTER to continue or CTRL-C then A to abort. - name: wait for installer to finish or crash wait_for_virt: -- cgit v1.2.3