Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv5 Ubuntu Distro

17 bytes added, 15:56, 9 March 2014
no edit summary
pbuilder is used for create your own ubuntu/debian based distribution.
Setup, the basic setup is create in your home base directory a new file called .pbuilderrc inside you should copy this content:
<pre>BINDMOUNTS="${BINDMOUNTS} /home/&lt;your_user&gt;/Projects"
EXTRAPACKAGES="${EXTRAPACKAGES} pbuilder devscripts gnupg patchutils vim-tiny openssh-client"</pre><div>And just remember create the directory Projects before start.</div><div>Now if you want to create a new rootfs, you can try to build with</div><pre>cd ~/Projects
 
pcreate -a armhf -d precise precise-armhf</pre><div>The first time the program will ask you about install some depedences</div><div><pre>Installing qemu-user-static for armhf-on-x86 support (natty or later)
Reading package lists... Done
 
Building dependency tree
 
Reading state information... Done
 
The following extra packages will be installed:
0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded.
 
Need to get 12.9 MB of archives.
 
After this operation, 33.9 MB of additional disk space will be used.
 Do you want to continue [Y/n]? </pre><div>You should say, Y (yes)</div><div></div><div></div><div></div></div>
= Install Ubuntu 12.04.4 LTS (HF) in the IGEPv5 =