Confirmed users
1,377
edits
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
apt-get update | apt-get update | ||
apt-get upgrade | apt-get upgrade | ||
apt-get install sudo | apt-get install sudo build-essential python2.5 python2.5-dev mtd-utils linux-headers-`uname -r` openssh-server parted | ||
visudo | visudo | ||
#add the line | #add the line | ||
| Line 24: | Line 24: | ||
su -c 'make install' | su -c 'make install' | ||
reboot | reboot | ||
The version of mercurial in debian 5 is ancient. We need to install it from source | |||
wget http://mercurial.selenic.com/release/mercurial-1.5.2.tar.gz | |||
tar zxf mercurial-1.5.2.tar.gz | |||
cd mercurial-1.5.2 | |||
python setup.py build | |||
sudo python setup.py install | |||
I would prefer the onboard chip to be eth0 and forget the usb ethernet adapter. I opened /etc/udev/rules.d/70-persistent-net.rules and deleted the line for the USB device and changed the PCI device to be NAME="eth1" | I would prefer the onboard chip to be eth0 and forget the usb ethernet adapter. I opened /etc/udev/rules.d/70-persistent-net.rules and deleted the line for the USB device and changed the PCI device to be NAME="eth1" | ||