diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index b2be13d47..2b806c9ab 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -411,7 +411,7 @@ _mountpoints() { grep -v '/dev' /tmp/.parts >>/tmp/.parts.tmp mv /tmp/.parts.tmp /tmp/.parts #shellcheck disable=SC2028 - _dialog --title " Summary " --yesno "Syntax\n------\nDEVICE|FSTYPE|MOUNTPOINT|FORMAT|LABEL|FSOPTIONS|FS_DETAILS\n\n$(while read -r i;do echo "${i}\n" | sed -e 's, ,#,g';done