ui_print(" ");
ui_print("Googy-Max-Kernel");
ui_print("~~~~~~~~~~~~");
ui_print(" ");
ui_print(" ");
ui_print("Flashing Googy-Max-Kernel ... ");
assert(package_extract_file("boot.img", "/tmp/boot.img"),
show_progress(0.100000, 70);
write_raw_image("/tmp/boot.img", "/dev/block/mmcblk0p5"),
show_progress(0.100000, 90);
delete("/tmp/boot.img"));
show_progress(0.100000, 100);
ui_print("Flashing Googy-Max-Kernel ... DONE. Please reboot");
