From: Michael Prokop Date: Wed, 3 Jun 2020 13:05:05 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/pr/37' X-Git-Tag: v0.18.1~2 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=8576eac780fdac5bd1c71eafb5d8520da39c8d05;hp=aed7d831e1c9616cfeb4a2206d9e18bf7c8be24b Merge remote-tracking branch 'origin/pr/37' --- diff --git a/grml2usb b/grml2usb index fdc0cac..70d5142 100755 --- a/grml2usb +++ b/grml2usb @@ -1875,10 +1875,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: @@ -2163,6 +2159,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)