X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=cdeaa03973196c5df469cc1c1a7840c3fec6de99;hp=3bcaee82cc9d6e2e5d22f12c61014dfc3f554ab8;hb=5d877d1457fee1880ab83b819d146621bc2f75b9;hpb=b8cb015cadab144a600913f83042af4f48257b33;ds=sidebyside diff --git a/grml2usb b/grml2usb index 3bcaee8..cdeaa03 100755 --- a/grml2usb +++ b/grml2usb @@ -881,7 +881,7 @@ def check_for_fat(partition): raise CriticalException("Failed to read device %s" " (wrong UID/permissions or device not present?)" % partition) - if filesystem != "vfat": + if options.syslinux and filesystem != "vfat": raise CriticalException("Partition %s does not contain a FAT16 filesystem. (Use --fat16 or run mkfs.vfat %s)" % (partition, partition)) except OSError: