From: Michael Prokop Date: Mon, 11 Aug 2014 20:06:57 +0000 (+0200) Subject: Fix usage of grub-install command X-Git-Tag: v0.14.7~1 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=09300f0e536f2821756f21135283eebc0441c82c Fix usage of grub-install command Thanks: martin f krafft for spotting the problem Closes: #755768 --- 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 "