diff --git a/installer/installer.sh b/installer/installer.sh index 93c1217..8798983 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -769,11 +769,13 @@ if [[ $particionhome ]];then fi fi # +#For do output in multiline, lsblk has to be in a var for echoing with " " +lsblkout=`lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL` # Make the question dialog --nocancel --stdout --yes-label "Si, instalar" --no-label "No, volver a empezar" --yesno "$(T "Ok, last thing before start installing, summary of changes")\n \ $(T "Partition scheme before your changes") \n \ -$(lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL) \n \ +$(echo "$lsblkout") \n \ $(T "Your changes") \n \ $(T "Root partition"): $particionraiz , $mosfraiz \n \ $(T "Home partition"): $particionhome , $mosfhome \n \