X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=0bc0ccda8d3606851fd7ca856450b44ee529e0b6;hp=8560f34396123529e2b690958e300ecf4ab52a94;hb=bde70120894c59f6c700bc4dd3c166fff737df04;hpb=3836a7165cd7f3e82ffca1b841fca16eb789a6ce diff --git a/grml2usb b/grml2usb index 8560f34..0bc0ccd 100755 --- a/grml2usb +++ b/grml2usb @@ -649,7 +649,7 @@ def install_grub(device): grub_device = device logging.info("Installing grub as bootloader") - logging.debug("grub-install --recheck --no-floppy --root-directory=%s %s", + logging.debug("grub-install --recheck --force --no-floppy --root-directory=%s %s", device_mountpoint, grub_device) proc = subprocess.Popen(["grub-install", "--recheck", "--force", "--no-floppy", "--root-directory=%s" % device_mountpoint, grub_device],