From: Michael Prokop Date: Fri, 28 May 2010 23:34:02 +0000 (+0200) Subject: Mention --force switch of grub-install in debug log. X-Git-Tag: v0.9.27~6 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=bde70120894c59f6c700bc4dd3c166fff737df04 Mention --force switch of grub-install in debug log. --- 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],