This commit is contained in:
Tobias Powalowski 2023-08-06 18:37:13 +02:00
parent 1b9736e5f9
commit 871f200caa

View file

@ -333,7 +333,7 @@ _mountpoints() {
# disable swap and all mounted devices
_umountall
_printk off
_MAX_COUNT=$(wc -l /tmp/.parts)
_MAX_COUNT=$(wc -l < /tmp/.parts)
_PROGRESS_COUNT=$((100/_MAX_COUNT))
_COUNT=0
_run_mkfs | _dialog --title " Mountpoints " --no-mouse --gauge "Mountpoints..." 6 75 0