tazpanel rev 235

fat32 and ntfs filesystems options removed
author Dominique Corbex <domcox@slitaz.org>
date Sat Feb 25 22:11:16 2012 +0100 (2012-02-25)
parents b29c9171ae93
children 2934365ed3bd
files installer.cgi
line diff
     1.1 --- a/installer.cgi	Sat Feb 25 12:20:28 2012 +0100
     1.2 +++ b/installer.cgi	Sat Feb 25 22:11:16 2012 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  # Authors : Dominique Corbex <domcox@slitaz.org>
     1.5  #
     1.6  
     1.7 -VERSION=0.21
     1.8 +VERSION=0.22
     1.9  
    1.10  # Common functions from libtazpanel
    1.11  . lib/libtazpanel
    1.12 @@ -540,10 +540,8 @@
    1.13  		[ -e $path/mkfs.ext2 ] && FS="$FS ext2"
    1.14  		[ -e $path/mkfs.ext3 ] && FS="$FS ext3"
    1.15  		[ -e $path/mkfs.ext4 ] && FS="$FS ext4"
    1.16 -		[ -e $path/mkfs.vfat ] && FS="$FS fat32"
    1.17  		[ -e $path/mkfs.jfs ] && FS="$FS jfs"
    1.18  		[ -e $path/mkfs.minix ] && FS="$FS minix"
    1.19 -		[ -e $path/mkfs.ntfs ] && FS="$FS ntfs"
    1.20  		[ -e $path/mkfs.reiserfs ] && FS="$FS reiserfs"
    1.21  		[ -e $path/mkfs.xfs ] && FS="$FS xfs"
    1.22  	done