From: Michael Prokop Date: Sun, 18 Oct 2009 23:42:57 +0000 (+0200) Subject: Inform user when using grub as bootloader X-Git-Tag: v0.9.13~21 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=1d91b4f90d0675835ae093228575cc458bb5f093 Inform user when using grub as bootloader --- diff --git a/grml2usb b/grml2usb index fcb9e35..46a6674 100755 --- 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",