I have to restart 3 times before I get a console that I can log into. I get a fsck run right away that is rather annoying with a reboot. Then I get a kernel panic so I restart. Then it works all of a sudden. I'm pretty sure this has to do the the date being set to 1970. I tried adding -localtime to the qemu command line parameters but that didn't seem to fix it really. I imagine this won't happen on the real hardware.
Once I login I run the following:
- date -s "05/13/2008" #set to the current date
- apt-get install ntpdate #need to check if this adds it into cron
- tzselect #follow the prompts
- apt-get update
- apt-get upgrade
- apt-get install less #I can't get along with out it
- apt-get install icewm
- apt-get install firefox
- apt-get xterm
I've been trying various packages.
icewm - pretty ugly at the moment, but it launches just fine.
Firefox - doesn't launch. It nails the cpu for a while and then nothing happens. I think maybe there isn't enough memory perhaps? Seems to me that I need to set qemu to 64mb RAM and setup a swap file to make things more similar to my c3000.
xterm - it works fine.
What is everyone else running? What's working? What's not? I'm so stoked about this! I hope I can find more time tomorrow to mess around and get a few more things working. I think I'm going to setup a bzr repository of my tarball so I can recover from the massively huge mistakes I'll be making over the next few weeks .
Later,
Chad