Confirmed users
1,377
edits
No edit summary |
|||
| Line 6: | Line 6: | ||
Select only 'standard system' for the software selection prompt | Select only 'standard system' for the software selection prompt | ||
==Setup OS== | |||
su - | |||
apt-get update | |||
apt-get upgrade | |||
apt-get install sudo mercurial build-essential† | |||
visudo | |||
#add the line | |||
%sudo ALL=(ALL) NOPASSWD: ALL | |||
gpasswd -a maemo sudo | |||
==Setup Mozilla Environment== | |||
hg clone http://hg.mozilla.org/build/tools | |||
ln -s tools/buildfarm/mobile/n810-imaging | |||
ln -s tools/buildfarm/mobile/n900-imaging | |||
wget http://samba.anu.edu.au/ftp/rsync/src/rsync-2.6.9.tar.gz | |||
tar zxf rsync-2.6.9.tar.gz | |||
cd rsync-2.6.9 | |||
./configure --disable-debug --prefix=/home/maemo | |||
make -j4 | |||
make install | |||
cp ~/bin/rsync /usr/bin/rsync2 | |||
sed -i -e 's/^SELINUX=.*$/SELINUX=disabled/' /etc/selinux/config | |||
#obtain appropriate nokia flasher | |||
=old doc below= | =old doc below= | ||
| Line 27: | Line 52: | ||
If your network connection doesn't connect automatically, right click computers with red box/white x and select 'edit connections'. select System eth0 and click edit -> tick connect automatically -> authenticate as root | If your network connection doesn't connect automatically, right click computers with red box/white x and select 'edit connections'. select System eth0 and click edit -> tick connect automatically -> authenticate as root | ||
==Setup Mozilla Environment== | ==Setup Mozilla Environment== | ||