X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=be6b2276b3606214d5975a837a34afcdf192fb4b;hp=4e958b580efced1c3d032748c9368a71b3ef3cce;hb=6bf0be8743701d0c583e1d3025ec8b9ddf062397;hpb=bb8723484d9384bc2e4095340be9ce7f9e58d802 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()