[opensuse-autoinstall] udev rules network devices busid
Hi list, SLES10SP2, is there a possibility to generate udev rules in 30-net_persistent_names.rules which are related to busid of network cards. The goal is to get something like SUBSYSTEM=="net", ACTION=="add", BUS=="pci", ID=="0000:01:00.0", IMPORT="/lib/udev/rename_netiface %k eth0" I know that I can achieve that with some scripting but I would prefer an autoyast tag. Thanks, Jochen -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Wednesday 08 July 2009 Jochen Schaefer wrote:
SLES10SP2,
is there a possibility to generate udev rules in 30-net_persistent_names.rules which are related to busid of network cards. The goal is to get something like
SUBSYSTEM=="net", ACTION=="add", BUS=="pci", ID=="0000:01:00.0", IMPORT="/lib/udev/rename_netiface %k eth0"
I talked to our yast2-network developer. Here is the answer: No, udev rules in AY was introduced from SLE11: http://en.opensuse.org/YaST/installation- network#Device_names.2C_network_configuration_names So you should use custom scripts -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Jochen Schaefer
-
Uwe Gansert