commit | d4060c3eb656ba475a4d9fea7f1fa786a82960f6 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Thu Jul 22 20:14:44 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Thu Jul 22 20:14:44 2010 -0700 |
tree | 1846337c8c9433a53023d02e9329ada989f06647 | |
parent | e074d8d543cdbb2c130d7defa9b89d8f97a25dfc [diff] [blame] |
Galaxy S initial support. Fix firmware flash on inc. May need to fix other phones.
diff --git a/extendedcommands.c b/extendedcommands.c index fe7de6a..903df1d 100644 --- a/extendedcommands.c +++ b/extendedcommands.c
@@ -870,7 +870,7 @@ } fprintf(file, "%s ", info->mount_point); - fprintf(file, "%s rw\n", info->filesystem); + fprintf(file, "%s %s\n", info->filesystem, info->filesystem_options == NULL ? "rw" : info->filesystem_options); } void create_fstab()