diff --git a/usr/bin/archboot-km.sh b/usr/bin/archboot-km.sh index 6aa9629fb..7bf619d5c 100755 --- a/usr/bin/archboot-km.sh +++ b/usr/bin/archboot-km.sh @@ -130,8 +130,8 @@ if [[ ! -d ${BASEDIR}/consolefonts ]]; then echo "Cannot load consolefonts, as none were found in ${BASEDIR}/consolefonts" >&2 fi -if [[ ! $(which loadkeys) ]]; then - echo "'loadkeys' binary not found!" >&2 +if [[ ! $(which localectl) ]]; then + echo "'localectl' binary not found!" >&2 exit 1 fi