diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index c0ad488c4..80a323a4b 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -3791,7 +3791,8 @@ dorefind_uefi_common() { cp -r "${DESTDIR}/usr/share/refind/icons" "${DESTDIR}/boot/efi/EFI/refind/icons" _REFIND_CONFIG="${DESTDIR}/boot/efi/EFI/refind/refind.conf" - + cp -f "${DESTDIR}/usr/lib/refind/config/refind.conf" "${_REFIND_CONFIG}" + sed 's|^timeout 20|timeout 0|g' -i "${_REFIND_CONFIG}" sed 's|^#resolution 1024 768|resolution 1024 768|g' -i "${_REFIND_CONFIG}" sed 's|^#showtools shell, about, reboot|showtools shell, about, exit, shutdown, reboot|g' -i "${_REFIND_CONFIG}"