[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] pygrub: ia64 doesn't use /usr/lib64
Keir, Please apply to 3.1.0 ia64 doesn't use /usr/lib64 on any distribution. When it's present, it's a symlink to /usr/lib Signed-off-by: Aron Griffis <aron@xxxxxx> diff -r 53b9883bbcc3 -r 13af73f1b429 tools/libfsimage/common/fsimage_plugin.c --- a/tools/libfsimage/common/fsimage_plugin.c Fri Apr 27 14:45:06 2007 +0100 +++ b/tools/libfsimage/common/fsimage_plugin.c Wed May 02 14:47:03 2007 -0400 @@ -137,6 +137,9 @@ static int load_plugins(void) if (sizeof(void *) == 8) isadir = "64/"; +#elif defined(__ia64__) + if (fsdir == NULL) + fsdir = "/usr/lib/fs"; #else if (fsdir == NULL) { if (sizeof(void *) == 8) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |