Hello, Fixed by Arne: https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=f1f40274a095f0c5173a69767d9efa647e9f1a8a Best, -Michael > On 23 Dec 2018, at 10:59, Matthias Fischer wrote: > > Hi, > > First - all the best for chrismas and the new year. May the code be with > you! :-) > > But.. > > Everytime I try, I'm getting the same error: > > ... > #Change KVER to Kernelversion > sed -e "s/KVER/4.14.86/g" -i /tmp/ROOTFILES > #Remove doubled files with tar/untar/tar to save space > tar -c --exclude='proc/*' --exclude='tmp/ROOTFILES' --exclude='#*' > --exclude='dev/pts/*' \ > <->--exclude-from=/usr/src/config/rootfiles/core/127/exclude \ > <->-C / --files-from=/tmp/ROOTFILES -f /ipfire.tar > tar: boot/boot.cmd: Cannot stat: No such file or directory > tar: boot/boot.scr: Cannot stat: No such file or directory > tar: Exiting with failure status due to previous errors > make: *** [core-updates:67: core/127] Error 2 > ... > > Can anyone confirm? > > Best, > Matthias