From 053998d1c0d7bb1eee78a07ed870186c840c2916 Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 00:13:09 +0200 Subject: [PATCH] fix(releng): add udev event timeout to speech boot entry Add udev.event_timeout=45 parameter to the accessibility boot entry to prevent timeout issues during device initialization on systems with slower hardware or many devices. --- .../releng/efiboot/loader/entries/02-archiso-speech-linux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/releng/efiboot/loader/entries/02-archiso-speech-linux.conf b/configs/releng/efiboot/loader/entries/02-archiso-speech-linux.conf index 7bf988d..9ac6e15 100644 --- a/configs/releng/efiboot/loader/entries/02-archiso-speech-linux.conf +++ b/configs/releng/efiboot/loader/entries/02-archiso-speech-linux.conf @@ -2,4 +2,4 @@ title FWS install medium (%ARCH%, UEFI) with speech sort-key 02 linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img -options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% accessibility=on +options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% accessibility=on udev.event_timeout=45