wok-next diff syslinux/stuff/iso2exe/init @ rev 13733
Add xdigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 25 16:40:45 2012 +0100 (2012-12-25) |
parents | 9d2380009b81 |
children | b5ea41033c21 |
line diff
1.1 --- a/syslinux/stuff/iso2exe/init Tue Dec 18 16:09:07 2012 +0100 1.2 +++ b/syslinux/stuff/iso2exe/init Tue Dec 25 16:40:45 2012 +0100 1.3 @@ -330,13 +330,13 @@ 1.4 exec 3>&1 1.5 format=`$DIALOG --clear \ 1.6 --title " Select the filesystem " \ 1.7 - --menu "\nPlease select the filesystem type to create.\n\n\ 1.8 + --radiolist "\nPlease select the filesystem type to create.\n\n\ 1.9 The filesystem creation will erase all the data \ 1.10 in the USB key." 14 70 4 \ 1.11 - "none" "Do not erase the USB key" \ 1.12 - "ext3" "Ext3 journaling filesystem" \ 1.13 - "ext2" "Ext2 filesystem" \ 1.14 - "fat32" "Windows FAT32 filesystem" \ 1.15 + "none" "Do not erase the USB key" on \ 1.16 + "ext3" "Ext3 journaling filesystem" off \ 1.17 + "ext2" "Ext2 filesystem" off \ 1.18 + "fat32" "Windows FAT32 filesystem" off \ 1.19 2>&1 1>&3` 1.20 retval=$? 1.21 exec 3>&-