add comment

This commit is contained in:
Tobias Powalowski 2024-05-23 15:58:12 +02:00
parent 800deb3728
commit 0bb06266af

View file

@ -392,6 +392,7 @@ _mountpoints() {
_COUNT=0
_run_mkfs | _dialog --title " Mountpoints " --no-mouse --gauge "Mountpoints..." 6 75 0
_printk on
# bcachefs uses : array for raid devices, kill this one
_ROOTDEV="$(mount | grep "${_DESTDIR} " | cut -d ' ' -f 1 | sed -e 's#:.*##g')"
_NEXTITEM="5"
}