Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv5 Ubuntu Distro

366 bytes added, 17:38, 9 March 2014
Initial Setup
sudo tar xvfz ../ubuntu-core-12.04.4-core-armhf.tar.gz
sudo cp /usr/bin/qemu-arm-static usr/bin
sudo LC_ALL=C chroot .
</pre>
Now if you execute the command ls -al you should see a similar directory listing like this:
drwxr-xr-x 11 root root 4096 Feb 3 16:39 var
</pre>
Ubuntu core not have any user created and we need to create one:
$ adduser igep
Adding user `igep' ...
Adding new group `igep' (1000) ...
Adding new user `igep' (1000) with group `igep' ...
Creating home directory `/home/igep' ...
Copying files from `/etc/skel' ...
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully