Sun Dec 15, 2013 1:24 pm
zenity --file-selection --file-filter="*.[iI][sS][oO]" --file-filter="*" --width=640 --height=640 --title=$"Select Live ISO" --text="Select the CD image file." --filename="" --${BUTTON0}="OK"${BUTTON0NUM} -${BUTTON1}="Quit Task"${BUTTON1NUM}
This option is not available. Please see --help for all possible usages.
find /dev -mindepth 1 -maxdepth 1 -name "*[sh]d[a-z][1-9]" \
> | grep $device | sort | awk '{print "\n" $0 }' \
> | $DIALOG --list --title="Persistent Partition" --text="Select the partition that holds the loopback file." \
> --multiple --column ' ' --column 'Partitions' --height=380 --width=150 \
> --${BUTTON0}="OK"${BUTTON0NUM} --${BUTTON1}="Quit Task"${BUTTON1NUM}
find /dev -mindepth 1 -maxdepth 1 -name "*[sh]d[a-z][1-9]" | grep $device | sort | awk '{print "\n" $0 }' | $DIALOG --list --title="Persistent Partition" --text="Select the partition that holds the loopback file." --multiple --column ' ' --column 'Partitions' --height=380 --width=150 --${BUTTON0}="OK"${BUTTON0NUM} --${BUTTON1}="Quit Task"${BUTTON1NUM} --radiolist
/dev/sde1
TRUE|/dev/sde1|
Sun Dec 15, 2013 2:52 pm
--separator ' '