|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] reiserfs module for pygrub
hello,
after some discussions with Ian and Jeremy, i put out the new patch
for reiserfs module. please consider applying/rejecting.
list of changes:
- pygrub/README provides information on packages needed to compile pygrub
- support reiserfs {2,3} filesystem
- dynamically build modules based on which filesystem libraries the
system has (proposed by Jeremy)
- pump up pygrub to version 0.2
Signed-off-by: Jeremy Katz <katzj@xxxxxxxxxx>
Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>
$ diffstat pygrub_reiserfs.patch
README | 16 +
setup.py | 30 ++-
src/fsys/reiser/__init__.py | 39 ++++
src/fsys/reiser/reisermodule.c | 345 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 420 insertions(+), 10 deletions(-)
pygrub_reiserfs.patch
Description: Binary data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-devel] [PATCH] reiserfs module for pygrub, (continued)
|
|
|
|
|