diff --git a/usr/lib/archboot/installer/autoconfiguration.sh b/usr/lib/archboot/installer/autoconfiguration.sh index d038efc1b..de9af5136 100644 --- a/usr/lib/archboot/installer/autoconfiguration.sh +++ b/usr/lib/archboot/installer/autoconfiguration.sh @@ -240,7 +240,7 @@ _auto_mkinitcpio() { sleep 2 _AUTO_MKINITCPIO=1 _run_mkinitcpio | _dialog --title " Logging to ${_LOG} " --gauge "Rebuilding initramfs on installed system..." 6 75 0 - _error_mkinitcpio + _mkinitcpio_error _printk on fi } diff --git a/usr/lib/archboot/installer/configuration.sh b/usr/lib/archboot/installer/configuration.sh index 3a09693a6..b6c6f3f61 100644 --- a/usr/lib/archboot/installer/configuration.sh +++ b/usr/lib/archboot/installer/configuration.sh @@ -63,7 +63,7 @@ _set_mkinitcpio() { sleep 5 else _run_mkinitcpio | _dialog --title " Logging to ${_LOG} " --gauge "Rebuilding initramfs on installed system..." 6 75 0 - _error_mkinitcpio + _mkinitcpio_error fi }