X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml2usb;h=7f1f21d22ce52e453e3257a8cdec59eb33b4d263;hb=refs%2Fheads%2Fevgeni%2Fgrub2-install;hp=c0d7783c5a6225f54c0d4a78840b2844255d0b3e;hpb=aaee2551ea3b5cb33a9eddd3764145a58cb59000;p=grml2usb.git diff --git a/grml2usb b/grml2usb index c0d7783..7f1f21d 100755 --- a/grml2usb +++ b/grml2usb @@ -427,7 +427,7 @@ def install_grub(device): @device: partition where grub should be installed to""" if options.dryrun: - logging.info("Would execute %s [--root-directory=mount_point] %s now.", (GRUB_INSTALL, device)) + logging.info("Would execute %s [--root-directory=mount_point] %s now.", GRUB_INSTALL, device) else: device_mountpoint = tempfile.mkdtemp(prefix="grml2usb") register_tmpfile(device_mountpoint)