From 4f9898971617f5e5dc6790e165954d8aedf29f3d Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 2 Sep 2023 09:27:25 +0200 Subject: [PATCH] remove wrong value --- usr/share/archboot/base/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/archboot/base/init b/usr/share/archboot/base/init index 158acacae..a5107bbe8 100755 --- a/usr/share/archboot/base/init +++ b/usr/share/archboot/base/init @@ -173,7 +173,7 @@ fi echo "Initializing Console..." printf "\ec" 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 # set font size in vconsole.conf echo FONT=ter-v${SIZE}n >> /sysroot/etc/vconsole.conf