Download the image from http://tbd/screeninvader.lzma and write it to your an external hard disk.
wget -O - http://tbd/screeninvader.lzma > lzcat /dev/sdX
# makestick.sh prepares an external boot device to install
cd LoungeMC/
./makestick.sh /dev/sdX 400
# Mount the boot device
mount /dev/sdX /media/stick
# Run bootstrap.sh to create the file system.
./bootstrap.sh /media/stick
GPL V2
Amir Hassan: [email protected]