Re: [CentOS] EXTERNAL: Re: turning off udev for eth0

2012-01-05 Thread Massey, Ricky
: CentOS mailing list Subject: Re: [CentOS] EXTERNAL: Re: turning off udev for eth0 On Thu, Jan 5, 2012 at 7:58 AM, Massey, Ricky wrote: > We use the following from a kickstart script using the PCI bus location for > the NICs: > > echo "ID==\":04:04.0\", NAME=\"et

Re: [CentOS] EXTERNAL: Re: turning off udev for eth0

2012-01-05 Thread Les Mikesell
On Thu, Jan 5, 2012 at 7:58 AM, Massey, Ricky wrote: > We use the following from a kickstart script using the PCI bus location for > the NICs: > > echo "ID==\":04:04.0\", NAME=\"eth0\"" >> > /etc/udev/rules.d/70-netrename.rules > echo "ID==\":05:00.0\", NAME=\"eth0\"" >> > /etc/udev/rul

Re: [CentOS] EXTERNAL: Re: turning off udev for eth0

2012-01-05 Thread Massey, Ricky
We use the following from a kickstart script using the PCI bus location for the NICs: echo "ID==\":04:04.0\", NAME=\"eth0\"" >> /etc/udev/rules.d/70-netrename.rules echo "ID==\":05:00.0\", NAME=\"eth0\"" >> /etc/udev/rules.d/70-netrename.rules echo "ID==\":05:01.0\", NAME=\"eth0\""