X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=3982380dba8289c817a66dc18367ed5040b65307;hp=8560f34396123529e2b690958e300ecf4ab52a94;hb=1c1c18c91dac82b0e2ece7c55fa7f6b5253bc8e9;hpb=3836a7165cd7f3e82ffca1b841fca16eb789a6ce diff --git a/grml2usb b/grml2usb index 8560f34..3982380 100755 --- a/grml2usb +++ b/grml2usb @@ -22,7 +22,7 @@ import uuid import struct # global variables -PROG_VERSION = "0.9.26" +PROG_VERSION = "0.9.27~git" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg @@ -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],