From 5cbd258d6ab21cddb36b85e1fd2bd167b37b570f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 21 Jun 2025 09:16:55 +0200 Subject: [PATCH] installer: wait for udev settle this is needed to properly init the screen before the installer is started. Signed-off-by: Arne Fitzenreiter --- src/installer/dracut-module/run-installer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/installer/dracut-module/run-installer.sh b/src/installer/dracut-module/run-installer.sh index 755de1d3a2..7a50920e76 100644 --- a/src/installer/dracut-module/run-installer.sh +++ b/src/installer/dracut-module/run-installer.sh @@ -3,6 +3,9 @@ # IPFire Installer RC # +# wait for udev settle +/bin/udevadm settle + unattended=0 if grep -q "installer.unattended" /proc/cmdline; then unattended=1 -- 2.47.3