mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-03-07 19:02:08 +01:00
changes
This commit is contained in:
@@ -25,7 +25,7 @@ exit
|
||||
|
||||
function particiones {
|
||||
clear
|
||||
mostrardialog "$(T "Questions about partitions")" "$(T "Text of questions about partitions dialog")"
|
||||
mostrardialog "$(T "Questions about partitions")" "$(T "Questions about partitions dialog. Text")"
|
||||
clear
|
||||
if [[ ! $(lsblk --output KNAME | cut -c1-3 | sort | uniq | sed '1d' | grep 'sd\|hd') ]];then
|
||||
mostrardialog "ERROR" "$(T "ERROR: You dont have HDD, insert one, poweroff")"
|
||||
@@ -56,7 +56,7 @@ case $optpa in
|
||||
done
|
||||
;;
|
||||
3)
|
||||
mostrardialog "$(T "Full hard disk install")" "Ahora se le permitira escoger un disco duro para eliminar, y reemplazar por una particion para JKArch sola y sus configuraciones estandar. \nPor favor, no es reversible, asegurese de lo que estas haciendo varias veces."
|
||||
mostrardialog "$(T "Full hard disk install")" "$(T "Full hard disk install. Text")"
|
||||
clear
|
||||
tput setaf 6 ; echo "$(T "Your partition scheme")" ; tput setaf 9
|
||||
lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL
|
||||
|
||||
Reference in New Issue
Block a user