Merge pull request #11 from DRockstar/gingerbread

edited nandroid.c to include rfs in fs lists, required for tar restore with rfs file systems
This commit is contained in:
Koushik Dutta 2011-10-04 16:32:14 -07:00
commit f908e5bdbe

View File

@ -387,7 +387,7 @@ int nandroid_restore_partition_extended(const char* backup_path, const char* mou
char* name = basename(mount_point);
nandroid_restore_handler restore_handler = NULL;
const char *filesystems[] = { "yaffs2", "ext2", "ext3", "ext4", "vfat", NULL };
const char *filesystems[] = { "yaffs2", "ext2", "ext3", "ext4", "vfat", "rfs", NULL };
const char* backup_filesystem = NULL;
Volume *vol = volume_for_path(mount_point);
const char *device = NULL;