1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-14 17:21:32 +01:00

Now works?

This commit is contained in:
Kevin Puertas
2017-05-27 12:19:01 +02:00
parent 0a11ea64ce
commit 15eba9b746

View File

@@ -769,11 +769,13 @@ if [[ $particionhome ]];then
fi fi
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 # 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 \ 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 \ $(T "Partition scheme before your changes") \n \
$(lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL) \n \ $(echo "$lsblkout") \n \
$(T "Your changes") \n \ $(T "Your changes") \n \
$(T "Root partition"): $particionraiz , $mosfraiz \n \ $(T "Root partition"): $particionraiz , $mosfraiz \n \
$(T "Home partition"): $particionhome , $mosfhome \n \ $(T "Home partition"): $particionhome , $mosfhome \n \