From 1d91b4f90d0675835ae093228575cc458bb5f093 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 19 Oct 2009 01:42:57 +0200 Subject: [PATCH] Inform user when using grub as bootloader --- grml2usb | 1 + 1 file changed, 1 insertion(+) 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", -- 2.1.4