remove wrong value

This commit is contained in:
Tobias Powalowski 2023-09-02 09:27:25 +02:00
parent f37fb2af53
commit 4f98989716

View file

@ -173,7 +173,7 @@ fi
echo "Initializing Console..." echo "Initializing Console..."
printf "\ec" printf "\ec"
setfont consolefont-${SIZE}.psf.gz -C /dev/console setfont consolefont-${SIZE}.psf.gz -C /dev/console
_second_stage | _dialog --title " Initializing System " --gauge "${_KEEP} Removing files..." 6 75 60 _second_stage | _dialog --title " Initializing System " --gauge "${_KEEP} Removing files..." 6 75 0
echo 0 > /proc/sys/kernel/sysrq echo 0 > /proc/sys/kernel/sysrq
# set font size in vconsole.conf # set font size in vconsole.conf
echo FONT=ter-v${SIZE}n >> /sysroot/etc/vconsole.conf echo FONT=ter-v${SIZE}n >> /sysroot/etc/vconsole.conf