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