tux_mind

android_chooser workflow

Jun 2nd, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. * android_chooser works as follow:
  2. *
  3. * 1) read configuration from kernel commandline
  4. * 2) extract android initrd over NEWROOT
  5. * 3) run android udev chrooted into NEWROOT
  6. * 4) read fstab file
  7. * 5) find what android blockdevices handle our mountpoints
  8. * 6) associate fs files to loop devices
  9. * 7) wait that android blockdevices has been found by udev
  10. * 8) replace the android blockdevices with symlinks to loop devices
  11. * 9) chroot into NEWROOT and start the android init process
  12. *
Advertisement
Add Comment
Please, Sign In to add comment