search for: 9c2a162

Displaying 1 result from an estimated 1 matches for "9c2a162".

Did you mean: 932162
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
..., {"type" => "virtio"}) - end + interface.add_element("model", {"type" => nic[:model]}) doc.root.elements["devices"] << interface } diff --git a/src/task-omatic/taskomatic.rb b/src/task-omatic/taskomatic.rb index 83849ad..9c2a162 100755 --- a/src/task-omatic/taskomatic.rb +++ b/src/task-omatic/taskomatic.rb @@ -430,7 +430,7 @@ class TaskOmatic else net_device = "breth0" # FIXME remove this default at some point end - net_interfaces.push({ :mac => nic.mac, :interface => net_de...