[Fedora-livecd-list] docs/livecd-iso-to-disk.pod

Jeremy Katz katzj at fedoraproject.org
Mon Jun 15 19:39:37 UTC 2009


 docs/livecd-iso-to-disk.pod |   18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

New commits:
commit d4c5e39d9898ced0ef8fd0ebe41938d1460a78cf
Author: Jeremy Katz <katzj at redhat.com>
Date:   Mon Jun 15 15:38:50 2009 -0400

    Update for current options (#505742)
    
    Update for current options based on a patch from  Michel
    Duquaine (michelduquaine AT gmail DOT com)

diff --git a/docs/livecd-iso-to-disk.pod b/docs/livecd-iso-to-disk.pod
index 7449c17..9274ab8 100644
--- a/docs/livecd-iso-to-disk.pod
+++ b/docs/livecd-iso-to-disk.pod
@@ -6,7 +6,7 @@ livecd-iso-to-disk - installs bootable CD images on a USB storage devices.
 
 =head1 SYNOPSIS
 
-B<livecd-iso-to-disk> [--reset-mbr] [--noverify] [--overlay-size-mb <size>] <path-to-iso> <usb storage device>
+B<livecd-iso-to-disk> [--format] [--reset-mbr] [--noverify] [--overlay-size-mb <size>] [\-\-home\-size\-mb <size>] [\-\-unencrypted\-home] [\-\-skipcopy]  <path-to-iso> <usb storage device>
 
 =head1 DESCRIPTION
 
@@ -18,6 +18,10 @@ B<livecd-iso-to-disk> is not a destructive process; any data you currently have
 
 =over 4
 
+=item --format
+
+Formats the USB stick and creates a GPT partition table.
+
 =item --reset-mbr
 
 Sets the Master Boot Record(MBR) of the USB storage device to the mbr.bin file from the image's syslinux directory.
@@ -30,6 +34,18 @@ Disables the image validation process which occurs before the image is installed
 
 This option sets the overlay size in megabytes. The overlay is additional storage available to the live operating system if the operating system supports it. The USB storage device must have enough free space for the image and the overlay.
 
+=item --home-size-mb
+
+Sets the home directory size in megabytes.
+
+=item --unencrypted-home
+
+Disables the encryption of the home directory.
+
+=item --skipcopy
+
+Skips the copy of the live image to the USB stick.
+
 =back
 
 =head1 CONTRIBUTORS





More information about the Fedora-livecd-list mailing list