|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH] reiserfs module for pygrub
> here is a patch to add reiserfs (version 2,3) support to
> pygrub in -unstable (against cset 1.1434)
Does Fedora have a reiserfs tools devel package?
Please can you add something to the tools/check directory that checks
the appropriate headers are installed. Also, at runtime, are there
issues with libraries being present? Can you load the library
dynamically if required?
Thanks,
Ian
> list of changes:
> - update tools/pygrub/README about packages needed to compile pygrub
> - tools/pygrub/setup.py to support reiserfs module
> - toolspygrub/src/fsys/reiserfs/ directory with 2 files
> __init__.py and reisermodule.c to provide reiserfs support to pygrub.
>
> Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>
>
> $ diffstat reiser_pygrub.patch
> README | 16 +
> setup.py | 10 -
> src/fsys/reiser/__init__.py | 39 ++++
> src/fsys/reiser/reisermodule.c | 345
> +++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 407 insertions(+), 3 deletions(-)
>
> --
> regards,
> aq
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|