Skip to content

Instantly share code, notes, and snippets.

@Gnurou
Created October 2, 2015 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gnurou/e42ec008c9fe378ae4c6 to your computer and use it in GitHub Desktop.
Save Gnurou/e42ec008c9fe378ae4c6 to your computer and use it in GitHub Desktop.
Prepare an Arch Linux Arm rootfs on an Android device
mount -obind /data/Linux/ArchLinuxArm /data/Linux/ArchLinuxArm
mount -t proc proc /data/Linux/ArchLinuxArm/proc
mount -obind /sys /data/Linux/ArchLinuxArm/sys/
mount -obind /dev /data/Linux/ArchLinuxArm/dev/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment