ui_print(" ");
ui_print(" |-*-*-|  CM12 Custom OC Kernel by JooJooBee666  |-*-*-|");
ui_print("                   Device: Moto OMAP4");
ui_print("        Build time:Wed March 04 20:02:14 2015 EST");
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.");

