| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Also, no exception is risen for failed exec calls, anymore.
|
|
|
|
|
|
|
|
| |
Overlays can be added to individual guests (which overlays exactly the
supplied directory) or to all guests (which overlays a subdirectory
with the guest's name to each guest).
The template functionality is provided as before.
|
| |
|
| |
|
|
|
|
| |
implement Client.reset() in ruby
|
|
* guest?, iface? (also Guest.include? resp. guest.include?)
* easy accessors for guests and ifaces (Guest.sun instead of Guest["sun"] and guest.eth0 instead of guest["eth0"])
* if a block is given for iface#add or iface#del then the change is only temporary while executing the block and gets reverted afterwards
|