Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv5 Ubuntu Distro

17 bytes added, 13:44, 12 March 2014
Initial Setup
sudo LC_ALL=C chroot . </pre>
<span style="color: rgb(255, 0, 0);">Note: remember remove the qemu-arm-static file after all.&nbsp;<br>
Note: remember unmount (outside chroot) the sys proc and dev with:
for m in `echo 'sys dev proc'`; do sudo umount ./$m; done
</span>