From bde70120894c59f6c700bc4dd3c166fff737df04 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 29 May 2010 01:34:02 +0200 Subject: [PATCH] Mention --force switch of grub-install in debug log. --- grml2usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- 2.1.4