X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=f06ab9a7a1aedeb34bc1367d789ceffa16bc47a0;hp=05067e4c4d26b016f5fa479f3478a08e68d8ecbc;hb=e4a774796aafe18d465cc9d1891d56c3e8be5409;hpb=d6593e5523026b5f5bdd5906c7a98f0f5cc3caed diff --git a/grml2usb b/grml2usb index 05067e4..f06ab9a 100755 --- a/grml2usb +++ b/grml2usb @@ -1840,8 +1840,7 @@ def main(): if not os.path.isdir(device): if device[-1:].isdigit(): if int(device[-1:]) > 4 or device[-2:].isdigit(): - logging.critical("Fatal: installation on partition number >4 not supported. (BIOS won't support it.)") - sys.exit(1) + logging.warn("Warning: installing on partition number >4, booting *might* fail depending on your system.") # provide upgrade path handle_compat_warning(device)