Yufang Zhang
2011-Jul-29 10:10 UTC
[Libguestfs] Libguestfs tools to modify network configuration of windows guest image?
Hi all, Could I ask if libguestfs provide some kind of tools via which we could modify network configuration of Windows guest image? It really makes sense if such tools exist, so that we could deploy several Windows guests from the same template image in a batch way automatically. Or do you have any hints to achieve this? Thanks. Yufang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20110729/1d96643a/attachment.htm>
Richard W.M. Jones
2011-Jul-29 10:20 UTC
[Libguestfs] Libguestfs tools to modify network configuration of windows guest image?
On Fri, Jul 29, 2011 at 06:10:36PM +0800, Yufang Zhang wrote:> Hi all, > > Could I ask if libguestfs provide some kind of tools via which we could > modify network configuration of Windows guest image? It really makes sense > if such tools exist, so that we could deploy several Windows guests from the > same template image in a batch way automatically. Or do you have any hints > to achieve this? Thanks.virt-win-reg --merge WindowsGuest < changes.reg http://libguestfs.org/virt-win-reg.1.html However you need to know which registry entries you want to modify. I don't know, off hand, but I'm sure it's easy to find out with some web searching. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
Reasonably Related Threads
- Error when compile libguestfs from source in Fedora-12
- virtio is enabled by default in libguestfs?
- [PATCH] Add a test for an executable stack in libguestfs.so
- [ANNOUNCE] libguestfs 1.8.0 - tools for accessing and modifying VM disk images
- [PATCH 0/6] Various Java bindings fixes.