Fix typo in /boot/grub/addons.cfg filename
authorMichael Prokop <mika@grml.org>
Thu, 31 Oct 2013 07:43:42 +0000 (08:43 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 31 Oct 2013 07:44:32 +0000 (08:44 +0100)
/boot/grub/adddons.cfg should be
/boot/grub/addons.cfg of course instead

Thanks: Michael Schierl for the hint

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")
 
         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()
 
     f.write("source /boot/grub/footer.cfg\n")
     f.close()