Quote:
Originally Posted by rvs
btw... how did you get gimp running? It doesn't seem to be on the image you provided.
|
The image is pretty minimal. I installed it with apt. To do that you'll need to get networking working. To do that:
- Get usbnet working (see the VNC post I linked before)
- Configure forwarding on the host. See e.g. http://www.revsys.com/writings/quicktips/nat.html for instructions on that (for a Linux host; for other OSes, you're on your own)
- Configure the DR to route through the host: route add default gw 192.168.200.1
- Give the DR nameservers: echo -e 'nameserver 8.8.8.8\nnameserver 8.8.4.4' > /etc/resolv.conf
Then just `apt-get install gimp`. (Or `aptitude install gimp`, or install it with synaptic)