> +if [ -d /etc/systemd/network/ ]; then > + cp -p /etc/systemd/network/*.link $DESTDIR/lib/systemd/network/ > +fi This could break update-initramfs if no *.link files in /etc/systemd/network exist. The new version of the patch, which I already send out, adjusts the check, so that that does not happen.