Fedora 8 on a USB stick
A USB stick with the latest rawhide, which will soon turn into the Fedora 8 release.
Today I downloaded the latest pre-Fedora-8 rawhide live image, burned it on CD, booted from CD and installed the image on a 4GB USB stick. After that, I was able to boot from the stick entirely without a harddisk. Very handy to test things and show it to friends. Let's see how many write actions my stick can take :-)
Update 06.04.2008:
Live USB Persistence
Support for persistent changes with a Live image exists for Fedora 9. The primary use case is booting from a Live image on a USB flash drive and storing changes to that same device. To do this, download the Live image and then run the following command:
livecd-iso-to-disk --overlay-size-mb 512 /path/to/live.iso /dev/sdb1
Replace /dev/sdb1 with the partition where you want to put the image.
Replace 512 with the desired size in megabytes of the persistent data, or overlay. The livecd-iso-to-disk shell script is stored in the LiveOS directory at the top level of the CD image. The USB media must have sufficient free space for the Live image, plus the overlay, plus any other data to be stored on the media.
See also: http://fedoraproject.org/wiki/FedoraLiveCD/USBHowTo
Harald Hoyer

install without burning on CD?