X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=be6b2276b3606214d5975a837a34afcdf192fb4b;hp=4e958b580efced1c3d032748c9368a71b3ef3cce;hb=1d2aba6b461908251a2ac45fcd24a40861cccba0;hpb=be8270fd2203fbe31ef316d6f91165690d5f3958 diff --git a/grml2usb b/grml2usb index 4e958b5..be6b227 100755 --- 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()