--- anaconda-9.2/loader2/hdinstall.c 2003-10-15 01:06:32.000000000 +0530 +++ anaconda-9.2-patched/loader2/hdinstall.c 2003-11-07 18:01:19.000000000 +0530 @@ -315,7 +315,7 @@ char * url; char filespec[1024]; char * path; - char *typetry[] = {"ext2", "vfat", NULL}; + char *typetry[] = {"ext2", "xfs", "jfs", "reiserfs", "vfat", NULL}; char **type; logMessage("mounting device %s for hard drive install", device);