Confirmed users
1,377
edits
No edit summary |
|||
| Line 5: | Line 5: | ||
The following assumes a user account called 'maemo' | The following assumes a user account called 'maemo' | ||
==Setup OS== | |||
su - | |||
apt-get update | |||
apt-get upgrade | |||
apt-get install sudo mercurial build-essential mtd-utils linux-headers-`uname -r` openssh-server parted | |||
visudo | |||
#add the line | |||
%sudo ALL=(ALL) NOPASSWD: ALL | |||
gpasswd -a maemo sudo | |||
To get the built in ethernet to work, I downloaded the newest e1000e driver | To get the built in ethernet to work, I downloaded the newest e1000e driver | ||
| Line 24: | Line 35: | ||
iface eth0 inet dhcp | iface eth0 inet dhcp | ||
==Setup Mozilla Environment== | ==Setup Mozilla Environment== | ||