Advertisement
t0mm13b

hecatae updater-script

Jul 17th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ui_print("Welcome to L3 Kernel kang by hecatae");
  2. show_progress(0.500000, 0);
  3. show_progress(0.200000, 10);
  4. assert(package_extract_file("boot.img", "/tmp/boot.img"),
  5. write_raw_image("/tmp/boot.img", "boot"),
  6. delete("/tmp/boot.img"));
  7. show_progress(0.100000, 0);
  8. ui_print("Any issues contact me via modaco or irc!");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement