3
0
Fork 0
forked from mirrors/nixpkgs

Fix filename for udev network interface rules

From http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/

You disable the assignment of fixed names, so that the unpredictable
kernel names are used again. For this, simply mask udev's rule file for
the default policy: ln -s /dev/null
/etc/udev/rules.d/80-net-setup-link.rules (since v209: this file was
called 80-net-name-slot.rules in release v197 through v208)
This commit is contained in:
Tino Breddin 2014-11-30 10:37:18 +01:00
parent 48c483a894
commit d0327c052c
2 changed files with 2 additions and 2 deletions

View file

@ -87,8 +87,8 @@ let
grep -l '\(RUN+\|IMPORT{program}\)="\(/usr\)\?/s\?bin' $i/*/udev/rules.d/* || true
done
${optionalString config.networking.usePredictableInterfaceNames ''
cp ${./80-net-name-slot.rules} $out/80-net-name-slot.rules
${optionalString (! config.networking.usePredictableInterfaceNames) ''
cp ${./80-net-setup-link.rules} $out/80-net-setup-link.rules
''}
# If auto-configuration is disabled, then remove