How to install MiniMe 2008 on a flashdrive using Windows:
Download and run fixMiniMe3.exe, a MiniMe folder is created
Download the PCLinuxOS MiniMe 2008 ISO and copy it in the MiniMe folder. More Download Links for the ISO can be found HERE
From your MiniMe folder, click fixminime2.bat and follow the onscreen instructions
Reboot your PC and select your USB device from the Boot Menu or system BIOS and proceed to boot MiniMe from your USB device
If all goes well, you should now be running MiniMe from a USB flash drive!
Creating the file for saving your changes (persistence):
Boot your PC from USB MiniMe 2008 and login as root
Open Konsole and type fdisk -l and locate which device is your flash drive
type mkdir minime && mount /dev/sdx1 minime (replacing x with your flash drive letter)
type dd if=/dev/zero of=minime/changes bs=1M count=256
type echo 'y'|mkfs.ext3 minime/changes
Reboot your PC and enjoy having the ability to save and restore your changes on every boot