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:
commit
f908e5bdbe
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user