diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index ca6cabd69..9f894ca6e 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -2467,6 +2467,7 @@ mountpoints() { if [[ "${NAME_SCHEME_PARAMETER_RUN}" = "" ]]; then set_device_name_scheme || return 1 fi + printk off for line in $(cat /tmp/.parts); do PART=$(echo ${line} | cut -d: -f 1) FSTYPE=$(echo ${line} | cut -d: -f 2) @@ -2497,7 +2498,7 @@ mountpoints() { fi sleep 1 done - + printk on DIALOG --msgbox "Partitions were successfully mounted." 0 0 NEXTITEM="5" S_MKFS=1