[relnotes] [Fedora Project Wiki] Update of "Docs/Beats/Live" by PaulFrields

fedorawiki-noreply at fedoraproject.org fedorawiki-noreply at fedoraproject.org
Mon Mar 17 02:39:16 UTC 2008


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.

The following page has been changed by PaulFrields:
http://fedoraproject.org/wiki/Docs/Beats/Live?action=diff&rev2=27&rev1=26

The comment on the change is:
Editorial pass

------------------------------------------------------------------------------
  
  The initial work to support persistent changes with a Live image has also landed. 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/iso /path/tousbstick 
+ {{{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.
+ 
- Here, `512` is the size in megabytes of the persistent data, or `overlay`, you want.  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.
+ 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.
  
  === Differences From a Regular Fedora Install ===
  




More information about the Fedora-relnotes-content mailing list