]> git.ipfire.org Git - thirdparty/dracut.git/commit
Add ifname= argument for persistent netdev names
authorHans de Goede <hdegoede@redhat.com>
Wed, 16 Sep 2009 13:01:08 +0000 (15:01 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 16 Sep 2009 13:01:08 +0000 (15:01 +0200)
commit04a8f224c1531036ef5d98ca0adac3ec8b52b5ee
treeac09c7b4df47aa68d931ee059fb6feeabaedc26a
parent597839331c5eb2cc370bee330f49c3487b782b4a
Add ifname= argument for persistent netdev names

ifname=<interface>:<MAC>
Assign network device name <interface> (ie eth0) to the NIC
with MAC <MAC>.
Note that if you use this option you *must* specify an ifname=
argument for all interfaces used in ip= or fcoe= arguments
modules.d/40network/ifname-genrules.sh [new file with mode: 0644]
modules.d/40network/parse-ifname.sh [new file with mode: 0644]