why is /etc/udev/rules.d/70-persistent-net.rules EMPTY

nicolasdiogo

Member
Mar 16, 2010
92
0
6
hello,

i would like to understand why the file
/etc/udev/rules.d/70-persistent-net.rules

is *ALWAYS* empty in all my virtual machines

using ubuntu 8.04 / 10.10
debian 5


normally i would expect to find the rules that define the network card in there - but nothing seems really off

many thanks in advance


Nicolas
 
hello,

i would like to understand why the file
/etc/udev/rules.d/70-persistent-net.rules

is *ALWAYS* empty in all my virtual machines

using ubuntu 8.04 / 10.10
debian 5


normally i would expect to find the rules that define the network card in there - but nothing seems really off

many thanks in advance


Nicolas
Hi,
because udev dosen't run inside the container?!
Code:
ps aux | grep udev
root     25938  0.0  0.0   6016   632 pts/0    S+   15:42   0:00 grep udev

Udo