On Wed, 07 Apr, 2010 at 09:59:43 -0400, Mark Hounschell wrote:
Back in the 11.0 days when I didn't want my network configuration to change when I moved a disk to another machine and back I simply changed /etc/udev/75-persistent-net-generator.rules
from
KERNEL!="eth*|ath*|wlan*[0-9]|ra*|sta*|ctc*|lcs*|hsi*", GOTO="persistent_net_generator_end"
to
KERNEL!="ath*|wlan*[0-9]|ra*|sta*|ctc*|lcs*|hsi*", GOTO="persistent_net_generator_end"
I don't find such a file on 11.2. How does one achieve the same thing in 11.2?
jon@nx8220:~> egrep KERNEL.*eth /lib/udev/rules.d/* /lib/udev/rules.d/75-persistent-net-generator.rules:KERNEL!="eth*|ath*|wlan*[0-9]|msh*|ra*|sta*|ctc*|lcs*|hsi*", GOTO="persistent_net_generator_end" maybe? hth /jon -- YMMV -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org