ui_print(" |-*-*-| CM14.1 Custom Kernel by JooJooBee666 |-*-*-|");
ui_print("                 Device: Moto OMAP4");
ui_print("      Build time: Sun Dec 11 13:44:29 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.");

