Fix logic of isohybrid execution if uefi option is not supported
[grml2usb.git] / grml2usb
index 4e958b5..be6b227 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -978,7 +978,7 @@ def build_loopbackcfg(target):
         logging.debug("Found source file" + sourcefile)
         os.path.isfile(ops) and f.write("source " + sourcefile + "\n")
 
-    f.write("source /boot/grub/adddons.cfg\n")
+    f.write("source /boot/grub/addons.cfg\n")
     f.write("source /boot/grub/footer.cfg\n")
     f.close()