diff --git a/usr/lib/archboot/cpio/init.sh b/usr/lib/archboot/cpio/init.sh index 3453bd756..93af81df6 100755 --- a/usr/lib/archboot/cpio/init.sh +++ b/usr/lib/archboot/cpio/init.sh @@ -134,7 +134,10 @@ if ! [[ -f "/mnt/efi/boot/initrd-${_ARCH}.img" ]] ; then fi fi _first_stage | _dialog --title " Loading Kernel Modules " --gauge "${_KEEP} Loading files..." 6 75 0 +# add short break to get modules initialized correct. sleep 0.75 +# avoid screen messup, don't run dialog on module loading! +printf "\ec" udevadm trigger --type=all --action=add --prioritized-subsystem=module,block,tpmrm,net,tty,input udevadm settle # autodetect screen size diff --git a/usr/share/archboot/doc/archboot.html b/usr/share/archboot/doc/archboot.html index e5329ebce..5716f71bf 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -15,7 +15,7 @@

Logo

Archboot Project | Donate

-

© 2006 - 2023 | Tobias Powalowski | Arch Linux Developer tpowa
Last update: 13.11.2023 20:00

+

© 2006 - 2023 | Tobias Powalowski | Arch Linux Developer tpowa
Last update: 13.11.2023 22:20