On Sun, Jun 16, 2013 at 4:09 AM, Chris Tapp <[email protected]> wrote: > I use a USB drive to boot systems for testing and to install the image. This > works ok for the first, but 'eth0' gets renamed to 'eth1' on the second > system (etc). > > Is there an option I can set to stop udev creating rules which result in the > NIC name changing, or should I just add an empty > > /etc/udev/rules.d/75-peristent-net-generator.rules > > file to my image?
thats one way. If you are using systemd then systemd already have the feature to use persistent IF names. see http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ > > Chris Tapp > > [email protected] > www.keylevel.com > > > > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
