Handle imported commands that aren't in the PATH
This fixes cases where a normal user tries to execute the program andthe program raises pbs.CommandNotFound exceptions because it tries toimport a command from sbin, which is not in the path.
Fix a bug in get_passworded_users
Add input options and populate image metadata
Hooray! This is the first release that actually works!
Fix minor typos
Document basic classes and methods
Detect Kubuntu images
This is done checking an Ubuntu image for the presence ofkubuntu-desktop package.
Make DiskDevice.shrink() return the new disk size
Major code revision
Fix code for cleanup of image data
Add OS specific classes
Use libguestfs to access the image
Further development
Make the cow file sparseAdd method in Device to list the partitionsAdd a "is bootable" flag in Device constructor
Initial commit