mount("ext4", "EMMC", "/dev/block/bootdevice/by-name/system", "/system", "");

ui_print("Installing system files...");

package_extract_dir("system", "/system");

unmount("/system");
ui_print("Done!");
