How to write rules for persistent net names?
- by ndemou
I know that a process generates persistent network card names based on rules found in /lib/udev/rules.d/75-persistent-net-generator.rules. I also know how to completely disable this process with a simple
echo '#' > /etc/udev/rules.d/75-persistent-net-generator.rules
but I've read that I "could also write my own rules file to give the…