diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index ae0ac7bf5..b660a9d51 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -405,7 +405,7 @@ _mountpoints() { rg -v '/dev' /tmp/.parts >>/tmp/.parts.tmp mv /tmp/.parts.tmp /tmp/.parts #shellcheck disable=SC2028 - _dialog --title " Summary " --defaultno --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 "${_LOG}" || : >/tmp/.mp-error #shellcheck disable=SC2181