X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml2usb;h=6a8ada236700e7d8f40df700a1f6614ceb916a06;hb=57551ca3ee80875bb7ece357b96e5d97b86edd69;hp=867bea0a9f0e69cb2d2647fbd77108844fedab40;hpb=fcf63b74e77193db1cc5e797e79f20736de23222;p=grml2usb.git diff --git a/grml2usb b/grml2usb index 867bea0..6a8ada2 100755 --- a/grml2usb +++ b/grml2usb @@ -1881,10 +1881,6 @@ def install_grml(mountpoint, device): register_tmpfile(device_mountpoint) remove_device_mountpoint = True try: - check_for_fat(device) - if not options.skipbootflag: - check_boot_flag(device) - set_rw(device) mount(device, device_mountpoint, ["-o", "utf8,iocharset=iso8859-1"]) except CriticalException: @@ -2169,6 +2165,9 @@ def main(): # provide upgrade path handle_compat_warning(device) + if not options.skipbootflag: + check_boot_flag(device) + # check for vfat partition handle_vfat(device)