commit 6d6d8610ea54ae86728e4158c5adb0139b7d5dbf Author: Jiri Pirko jpirko@redhat.com Date: Thu Jun 30 14:14:49 2011 +0200
example_recipes/jpirko_test: add nic
Signed-off-by: Jiri Pirko jpirko@redhat.com
.../jpirko_test/machine_configs/config-junkbox.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- diff --git a/example_recipes/jpirko_test/machine_configs/config-junkbox.xml b/example_recipes/jpirko_test/machine_configs/config-junkbox.xml index 8a5ce90..d2f658e 100644 --- a/example_recipes/jpirko_test/machine_configs/config-junkbox.xml +++ b/example_recipes/jpirko_test/machine_configs/config-junkbox.xml @@ -1,4 +1,5 @@ <netmachineconfig> <info hostname="junkbox.lab.eng.brq.redhat.com"/> <netdevice type="eth" phys_id="1" hwaddr="00:10:18:61:35:9B"/> + <netdevice type="eth" phys_id="2" hwaddr="00:10:18:48:15:FA"/> </netmachineconfig>
lnst-developers@lists.fedorahosted.org