diff options
Diffstat (limited to 'common/iso-install.yml')
-rw-r--r-- | common/iso-install.yml | 4 |
1 files changed, 2 insertions, 2 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 |