From 09300f0e536f2821756f21135283eebc0441c82c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 11 Aug 2014 22:06:57 +0200 Subject: [PATCH] Fix usage of grub-install command Thanks: martin f krafft for spotting the problem Closes: #755768 --- grml2usb | 1 + 1 file changed, 1 insertion(+) diff --git a/grml2usb b/grml2usb index b7f1207..ef6a554 100755 --- a/grml2usb +++ b/grml2usb @@ -1727,6 +1727,7 @@ def check_options(opts): def check_programs(): """check if all needed programs are installed""" if options.grub: + global GRUB_INSTALL GRUB_INSTALL = which("grub-install") or which("grub2-install") if not GRUB_INSTALL: logging.critical("Fatal: grub-install not available (please install the " -- 2.1.4