Displaying 3 results from an estimated 3 matches for "win7x32dynamic".
2013 Jun 01
0
Re: Standalone guestfs
...v/fedora/archlinux20121201x64: unknown
/dev/fedora/f18x64: unknown
/dev/fedora/f20rawhidex32: unknown
/dev/fedora/f20rawhidex64: unknown
/dev/fedora/home: ext4
/dev/fedora/root: ext4
/dev/fedora/swap: swap
/dev/fedora/ubuntu1210: unknown
/dev/fedora/ubuntu1304: unknown
/dev/fedora/win7x32dynamic-a: unknown
/dev/fedora/win7x32dynamic-b: unknown
/dev/fedora/win7x32dynamic-c: unknown
/dev/fedora/windows2012: unknown
It's also possible to get libguestfs to connect to an arbitrary
socket, so-called 'libguestfs live'. That could include a guestfsd
daemon running on the local...
2013 Jun 01
2
Standalone guestfs
Hello,
As I understand it guestfs appliances normally work as servers
and run high-level commands from some external channel.
But it might be possible to bundle a guestfish script to run
commands from and do away with the external system.
That would make it useful on non-virtualised systems.
Has anyone tried this already?
2012 Aug 29
5
[PATCH 0/4] Add hivex APIs into the libguestfs API (RHBZ#852394)
This adds most of the hivex APIs directly to the libguestfs API, so
that you can read and write Windows Registry hive files from
libguestfs without needing to download and upload hive files from the
guest.
This is analogous to how Augeas APIs are exposed already
(guestfs_aug_*)
Also, inspection is now done using the new APIs, which fixes the
following bug: