summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-26 13:59:37 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-26 13:59:37 +0200
commit0089d13a8a01eca034a8a062cf9e9240fbd459b5 (patch)
treeb4da29ea9f1a3c87e6ea3a7073f33fa21991eccf /common
parentsk-2019: enable compression (diff)
fix installer prompts
Diffstat (limited to 'common')
-rw-r--r--common/iso-install.yml4
-rw-r--r--common/usb-install.yml2
2 files changed, 3 insertions, 3 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