--- yaboot-1.3.14/second/fs_xfs.c	2007-08-17 10:29:26.000000000 -0400
+++ yaboot-1.3.14-fixes/second/fs_xfs.c	2009-03-31 06:03:51.000000000 -0400
@@ -53,7 +53,7 @@
 };
 
 struct boot_file_t *xfs_file;
-static char FSYS_BUF[32768];
+static char FSYS_BUF[32768*2];
 uint64_t partition_offset;
 int errnum;