aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pygrub/src/fsimage
Commit message (Collapse)AuthorAgeFilesLines
* Add ZFS libfsimage support patchKeir Fraser2008-05-011-1/+23
| | | | | | | | | Add support to pygrub and libfsimage to boot ZFS root filesystems. Boot argument of zfs-bootfs is set to describe ZFS root pool and boot filesystem object number. Boot argument bootpath is set to describe the virtual device root mirror components. Signed-off-by: Susan Kamm-Worrell <susan.kamm-worrell@sun.com>
* Filesystem implementations may need optional arguments in terms ofjohn.levon@sun.com2007-02-191-6/+8
| | | | | | what to mount. Add an options string to the libfsimage API. Signed-off-by: John Levon <john.levon@sun.com>
* pygrub: fsimage binding must free objects with PyObject_DEL, not PyMem_DEL.Keir Fraser2007-01-301-2/+2
| | | | Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
* Use libfsimage for reading filesystem images.Tim Deegan2006-11-091-0/+299
Signed-off-by: John Levon <john.levon@sun.com>