Drop debian/extra/base-installer.d/05udev

We use net.ifnames by default now, thus we don't need to copy
70-persistent-*.rules any more.
This commit is contained in:
Martin Pitt 2015-07-29 23:25:21 +02:00
parent 96348b338f
commit 3de92fbb7a
3 changed files with 2 additions and 8 deletions

2
debian/changelog vendored
View File

@ -30,6 +30,8 @@ systemd (223-1) UNRELEASED; urgency=medium
* debian/extra/initramfs-tools/hooks/udev: Drop some redundant code.
* Fix networkd-wait-online -i to properly wait for the given interfaces
only.
* Drop debian/extra/base-installer.d/05udev: We use net.ifnames by default
now, thus we don't need to copy 70-persistent-*.rules any more.
[ Julian Wollrath ]
* Copy all .link interface naming definitions to initramfs. (Closes: #793374)

View File

@ -1,7 +0,0 @@
#!/bin/sh -e
RULESDIR=etc/udev/rules.d
mkdir -p /target/$RULESDIR
cp /$RULESDIR/70-persistent-*.rules /target/$RULESDIR 2>/dev/null || true

View File

@ -18,4 +18,3 @@ lib/udev/rules.d/80-net-setup-link.rules
../../extra/rules/73-idrac.rules lib/udev/rules.d/
../../extra/udev-helpers/*.functions lib/udev/
../../extra/start-udev lib/debian-installer/
../../extra/base-installer.d usr/lib/