
You need the following files:
mojo-hasty.tar.bz2.00 [rapidshare] [dropbox] (100mb)
mojo-hasty.tar.bz2.01 [rapidshare] [dropbox] (100mb)
mojo-hasty.tar.bz2.02 [rapidshare] [dropbox] (100mb)
mojo-hasty.tar.bz2.03 [rapidshare] [dropbox] (32mb)
Mirrors are welcome... please post your locations in the comments of this article. After download you can extract the files using the command
$ cat mojo-hasty.tar.bz2.* | tar -xvj
Included are the scripts to install (will overwrite hasty.img) and to start the emulation environment.
Installed as described at Using the Debian Installer with QEMU
with all the missing bits added:
during the installtion it will ask you to provide a mirror location:
host: repository.handhelds.org
path: /hasty-armv5el
continue without installing the kernel and bootloader. Do not try to install the desktop environment; due to muine being missing it is not possible at the moment to do so. After installation of the base system, I installed xfce4 xfce4-terminal gdm and xserver-xorg with a configured fbdev device.
username: user
password: user
sudo password: user
It will start from the start script as a recovery console. This can be handy if you encounter unforeseen difficulties, else just continue normal boot. If you don't want this behaviour, just remove 'single' from the append command for qemu.
Additional actions I did to make the experience a little bit more enjoyable are:
$ mkdir /lib/modules/2.6.25.10/
$ depmod -a
xfce: changed panel to a fixed position (bottom, size 24)
xfce: changed terminal font to monospace 4
xfce: changed background color rgb(0, 112, 224)
gdm: enabled automatic login, User: user
gdm: changed local theme to 'Happy GNOME'
gdm: changed background color rgb(0, 112, 224)
user, root:
$ rm ~/.bash_history
Tested with the qemu installation as provided by CentOS 5.2, Fedora 9 and Ubuntu 8.04. Any comments are welcome at 'me+mojo-hasty [monkey] gbraad [dot] nl'.
Note:
In the published files I forgot to mention I also installed the xorg meta package. This is needed to install the fonts for the X server.
$ apt-get install xorg
This action does not need to be performed, since GDM starts. But for a reinstall, this is needed to run the X environment.




