Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Ubuntu distribution

164 bytes added, 18:30, 9 September 2010
no edit summary
=== Ubuntu 10.10 (Maverick Meerkat BETA) ===
 
With latest rootstock and debootstrap, you can repeat the same steps changing only "-d jaunty" in "-d maverick" in the rootstock command.
 
==== Alternatively: ====
First, download the compressed image from http://cdimage.ubuntu.com/ubuntu-netbook/ports/releases/
Check /etc/interfaces for "auto eth0", then boot the board with ethernet cable and wait some minutes. You can verify sshd status for example with (I've used a mac so nmap may differ):<br>
<pre>sudo nmap -sS -PN -e &lt;interface&gt; -p22 &lt;ip&gt;
</pre>If you prefer passwordless ssh key authentication, create a key with ssh-keygen and copy the content of your .ssh/id_rsa.pub in authorized_keys&nbsp;:<br>  <pre>* ON&nbsp;THE IGEP *
$ cd /media/rootfs/home/igep
$ mkdir .ssh
0
edits