Am 23.07.2015 um 14:25 schrieb Julian Wollrath: > diff --git a/debian/extra/initramfs-tools/hooks/udev > b/debian/extra/initramfs-tools/hooks/udev index > cfe5085ae079..d3d08aa48f93 100755 --- > a/debian/extra/initramfs-tools/hooks/udev +++ > b/debian/extra/initramfs-tools/hooks/udev @@ -41,6 +41,10 @@ for link > in 01-mac-for-usb.link 99-default.link; do fi > done > > +if [ -d /etc/systemd/network/ ]; then > + cp -p /etc/systemd/network/*.link $DESTDIR/lib/systemd/network/ > +fi > +
I don't think there is a good reason to copy the 01-mac-for-usb.link 99-default.link files twice. If we are going to copy all *.link files, the preceding section should be removed -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
