diff --git a/updater-script b/updater-script index 32631fd..e787b10 100644 --- a/updater-script +++ b/updater-script @@ -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");