From bfec50800197af5ba9cfe22c24d3250102020600 Mon Sep 17 00:00:00 2001 From: Kevin Puertas Date: Sat, 27 May 2017 12:34:20 +0200 Subject: [PATCH] Another try for the dialog of install --- installer/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer.sh b/installer/installer.sh index 8798983..06df5be 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -775,7 +775,7 @@ 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 \ -$(echo "$lsblkout") \n \ +echo \"`lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL`\" \n \ $(T "Your changes") \n \ $(T "Root partition"): $particionraiz , $mosfraiz \n \ $(T "Home partition"): $particionhome , $mosfhome \n \