Displaying 4 results from an estimated 4 matches for "fsys_reiserfs".
2011 Jan 10
1
Bug#609517: xen-utils-3.2-1: Pygrub can't find grub.conf in a reiserfs partion on amd64 arch
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: normal
Tags: patch
Hi,
There is a bug xen-3-3.2.1/tools/libfsimage/reiserfs/fsys_reiserfs.c,
it is using "unsigned long" which is 64 bits on amd64 arch and 32
bits on i386 arch.
This makes pygrub can't work on reiserfs on amd64 arch. You can easily
reproduce it.
A patch is included for fixing this problem.
diff -ur xen-3-3.2.1/tools/libfsimage/reiserfs/fsys_r...
2009 Sep 24
6
[patch 1/2] grub-0.97: btrfs support for a singe device configuration
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi,
The following patches add support for ext4 and btrfs to
PV-GRUB. These patches are taken nearly verbatim from those provided
by Fedora and Gentoo.
We''ve been using these patches for the PV-GRUB images available in EC2
for some time now with no problems.
Changes from v1:
- Makefile has been changed to check the exit code from patch
- The btrfs patch has been rebased to apply
2011 Feb 26
1
make world error
...-Wstrict-prototypes -Wno-unused-value
-Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .fsimage.so.d
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs
-I../../../tools/libfsimage/common/ -Werror -L../common/ -shared -o
fsimage.so fsys_reiserfs.opic -lfsimage
../../../tools/cross-install -d -m0755 -p
/usr/src/xen-4.0.1/dist/install/usr/lib/fs/reiserfs
../../../tools/cross-install -m0755 -p fsimage.so
/usr/src/xen-4.0.1/dist/install/usr/lib/fs/reiserfs
make[6]: Leaving directory `/usr/src/xen-4.0.1/tools/libfsimage/reiserfs''
make[...