Inform user when using grub as bootloader
authorMichael Prokop <mika@grml.org>
Sun, 18 Oct 2009 23:42:57 +0000 (01:42 +0200)
committerUlrich Dangel <uli@spamt.net>
Mon, 19 Oct 2009 23:05:46 +0000 (01:05 +0200)
grml2usb

index fcb9e35..46a6674 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -582,6 +582,7 @@ def install_grub(device):
                 else:
                     grub_device = device
 
+                logging.info("Installing grub as bootloader")
                 logging.debug("grub-install --recheck --no-floppy --root-directory=%s %s",
                     device_mountpoint, grub_device)
                 proc = subprocess.Popen(["grub-install", "--recheck", "--no-floppy",