diff options
author | Hans de Goede <hdegoede@redhat.com> | 2009-09-14 11:42:52 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-09-15 15:13:21 +0200 |
commit | 68f28d69765f6ead72a63a3ddf6a54e2f30a7aff (patch) | |
tree | 9c22d7251b3354180963877aa0b7f2d0a1737688 /dracut.8 | |
parent | 5c3f5746bb07c3b702d2fcfda91e5132bb3b3da6 (diff) | |
download | dracut-68f28d69765f6ead72a63a3ddf6a54e2f30a7aff.tar.gz dracut-68f28d69765f6ead72a63a3ddf6a54e2f30a7aff.tar.bz2 dracut-68f28d69765f6ead72a63a3ddf6a54e2f30a7aff.zip |
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
Diffstat (limited to 'dracut.8')
-rw-r--r-- | dracut.8 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -256,6 +256,12 @@ explicit network configuration .B rd_NO_PLYMOUTH do not start plymouth. This will not work with encrypted partitions. +.TP +.B ifname=<interface>:<MAC> +Assign network device name <interface> (ie eth0) to the NIC with MAC <MAC>. +Note that if you use this option you \fBmust\fR specify an ifname= argument +for all interfaces used in ip= or fcoe= arguments + .SH Misc .TP .B rdblacklist=<drivername> |