remove loadkeys from init.sh

This commit is contained in:
Tobias Powalowski 2023-11-10 09:59:00 +01:00
parent 5a388a923e
commit be336993fc

View file

@ -109,7 +109,6 @@ echo "Initializing Console..."
printf "\ec" printf "\ec"
# it needs one echo before, in order to reset the consolefont! # it needs one echo before, in order to reset the consolefont!
setfont ter-v16n -C /dev/console setfont ter-v16n -C /dev/console
loadkeys us
echo "Searching 10 seconds for Archboot ${_ARCH} rootfs..." echo "Searching 10 seconds for Archboot ${_ARCH} rootfs..."
_COUNT=0 _COUNT=0
while ! [[ "${_COUNT}" == 10 ]]; do while ! [[ "${_COUNT}" == 10 ]]; do