set _PART_ROOT at in _mountpoints

This commit is contained in:
Tobias Powalowski 2023-01-13 08:30:37 +01:00
parent cec1175014
commit c944981527

View file

@ -218,6 +218,7 @@ _mountpoints() {
sleep 1
done < /tmp/.parts
_printk on
_PART_ROOT="$(mount | grep "${_DESTDIR} " | cut -d' ' -f 1)"
_dialog --infobox "Partitions were successfully mounted.\nContinuing in 3 seconds ..." 0 0
sleep 3
_NEXTITEM="5"