User Tools

Site Tools


ubuntu-core-arm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu-core-arm [2013/05/31 00:35]
maxx created
ubuntu-core-arm [2013/05/31 00:50] (current)
Line 17: Line 17:
   *     Add a local user and password for the user, then add the user to the adm and sudo groups.   *     Add a local user and password for the user, then add the user to the adm and sudo groups.
  
-    ​If the Linux kernel requires modules, add these to /​lib/​modules/​$(uname -r) in the ext{2,3,4} file system +If the Linux kernel requires modules, add these to /​lib/​modules/​$(uname -r) in the ext{2,3,4} file system
-    Boot the target device+
  
-    Install any additional required software using apt-get +On the SD Card rootfs partition, edit the file /etc/shadow, line for the root user, and remove the '​*'​ character in between the semi-colons. ​Now you will be able to login as root without a password.
-     +
-On the SD Card rootfs partition, edit the file /etc/shadow and remove the '​*'​ character in between the semi-colons. ​You should get something like: +
  
-     Edit your /​etc/​network/​interfaces file and add the bottom 2 lines: ​+  * Boot the target device 
 +  * Setup the network 
 +<​code>​ 
 +/​usr/​lib/​klibc/​bin/​ipconfig eth0 
 +</​code>​ 
 +  * Install any additional required software using apt-get (run "​apt-get update"​ first) 
 + 
 +Edit your /​etc/​network/​interfaces file and add the bottom 2 lines: ​
  
 <​code>​ <​code>​
Line 31: Line 35:
 auto eth0 auto eth0
 iface eth0 inet dhcp iface eth0 inet dhcp
 +</​code>​
  
 +Add this if DNS server is not set by dhcp 
 +<​code>​
 echo "​nameserver 8.8.8.8"​ > /​etc/​resolv.conf echo "​nameserver 8.8.8.8"​ > /​etc/​resolv.conf
 +</​code>​
  
-/​usr/​lib/​klibc/​bin/​ipconfig eth0 +The folowing packages might be necessary for you system: 
 +<​code>​
 apt-get update apt-get update
 apt-get install net-tools apt-get install net-tools
ubuntu-core-arm.1369974938.txt.gz · Last modified: 2013/05/31 00:35 by maxx