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()