Skip to content

Commit

Permalink
Use mount() instead of running the mount executable
Browse files Browse the repository at this point in the history
  • Loading branch information
crpalmer committed Nov 18, 2013
1 parent 1e60f88 commit dc98f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater-script
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

ui_print("Mounting /system");
run_program("/sbin/mount", "@@SYSTEM_PARTITION@@", "/system");
mount("ext4", "EMMC", "@@SYSTEM_PARTITION@@", "/system");

ui_print("Installing modules");
package_extract_dir("system", "/system");
Expand Down

0 comments on commit dc98f27

Please sign in to comment.