Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv5 Ubuntu Distro

145 bytes removed, 15:59, 9 March 2014
Pbuilder
=== Pbuilder ===
<span style="color: rgb(85, 85, 85); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 22px;">A [https://wiki.ubuntu.com/PbuilderHowto pbuilder] environment is a chrooted environment which can have a different distroseries or architecture than your host system.</span>
<pre>sudo apt-get install pbuilder pbuilder-scripts</pre>
'''What can I do?'''
<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>
The first time the program will ask you about install some dependencies