Re: kickstart boot option to rule the Network card name to eth0
James Cammarata <[email protected]>
| Newsgroups | gmane.linux.redhat.kickstart.general |
|---|---|
| Message-ID | <CAFgbs7d6s0+FJq1dk8Pqn00iACQ17+mfbm8_aF32sL=C89PO+g@mail.gmail.com> |
On Wed, Nov 21, 2012 at 9:25 AM, Rangsan A <[email protected]> wrote: > Hi Kickstart Expertise, > > How can I use udev rules to manage the nic naming at the first time anaconda > start asking for the nic that will be use for load the OS image. > > I use ksdevice=<Mac Address> at the boot option. and it is detected as > "eth4" while the os is install. Is there any way to rename it to "eth0" ? > > For the SLES, they has kernel boot option > udev.rule="mac=00:1a:64:bd:13:86,name=eth0". Is there any equivalent option > for REDHAT ? Add biosdevname=0 to your boot options and things will revert to the old naming scheme.