dialog --title"FUSS FUCC"--msgbox"Hi,\nunfortunatley, there is no valid configuration to setup this computer. Please go through the next few steps to configure how to install this PC.\nPlease make sure that the file /home/clonezilla/computerList.txt is owned and writable by clonezilla, otherwise we'll not be able to save the informations you're going to enter." 13 70
hostname=$(dialog --title"FUSS FUCC"--inputbox"Please, pick an HOSTNAME for this PC"--output-fd 1 10 70)
images=$(ls-1 /home/partimag|nl)
_img=$(dialog --title"FUSS FUCC"--output-fd 1 --menu"Choose an image to be installed" 15 50 4 $images)