ui_print(" |-*-*-| CM13.0 Custom Kernel by JooJooBee666 |-*-*-|");
ui_print("                 Device: Moto OMAP4");
ui_print("      Build time: Thu Jan 14 10:06:42 EST 2016");
ui_print(" ");
show_progress(0.500000, 3);
mount("ext4", "EMMC", "/dev/block/system", "/system");
package_extract_dir("system", "/system");
show_progress(0.500000, 0);
unmount("/system");
ui_print("Completed. Reboot.");

