add missing colons to startup prompts

This commit is contained in:
i-c-u-p 2022-04-25 07:55:53 +00:00 committed by GitHub
parent f0bcb96d97
commit 91e6010f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ echo "
# btrfs and ext4. Others will be added in future. # btrfs and ext4. Others will be added in future.
filesystem () { filesystem () {
echo " echo "
Please select your file system for both boot and root" Please select your file system for both boot and root:"
options=("btrfs" "ext4" "luks" "exit") options=("btrfs" "ext4" "luks" "exit")
select_option $? 1 "${options[@]}" select_option $? 1 "${options[@]}"
@ -202,7 +202,7 @@ esac
# @description Set user's keyboard mapping. # @description Set user's keyboard mapping.
keymap () { keymap () {
echo -n " echo -n "
Please select a keyboard layout from this list" Please select a keyboard layout from this list:"
# These are default key maps as presented in official arch repo archinstall # These are default key maps as presented in official arch repo archinstall
options=(us by ca cf cz de dk es et fa fi fr gr hu il it lt lv mk nl no pl ro ru sg ua uk) options=(us by ca cf cz de dk es et fa fi fr gr hu il it lt lv mk nl no pl ro ru sg ua uk)