Thanks for all the email and host links guys !! I'll reply to you all tomorrow as its very late now and I need to get some sleep
PS:
Check out this demo of linuxcoin acting a s a pxe server and distributing itself
http://www.youtube.com/watch?v=VfVN4l3RomI
If you can create a bit for bit image file of an 8gb partitioned persistent stick running .2b, that would make a lot of people's lives a lot easier. The persistence doesn't work, even after modifying syslinux.cfg in the windows readable portion of the stick. In .2b there's no /media/x09sd9fj to unmount.
Is it possible to instead create a bin or img file that can be written bit for bit to an equally partitioned usb stick? There are sure to be a few windows based programs that allow for bit level cloning ala ghost.
I'll pay you or anyone else $50 for this tutorial/image file via paypal. I want to see LinuxCoin own.
What is the problem? you make 2 partitions, one fat32 and put the linuxcoin image on it with unetbootin. The second, leave as free space. boot in default mode, follow the "old" guide..
if you have /dev/sda1 as the linuxcoin partition:
fdisk /dev/sda
n
p
2
enter
enter
w
shutdown, restart choosing persistent mode
mkfs.ext4 /dev/sda2 -L live-rw
enter
enter
sudo df
you should see:
/dev/sda1 ... /live/image
/dev/sda2 ... /live/cow
now shutdown, plug the usb stick into your pc and edit /live/image/syslinux.cfg and put the last 2 lines under persistent where the last 2 lines for default were. now it will be persistent mode by default