<span style="font-family: courier new,monospace;">[Patch 5/5]<br>Author: Frederick Grose <<a href="mailto:fgrose@sugarlabs.org">fgrose@sugarlabs.org</a>><br>Date:   Thu Apr 14 11:12:38 2011 -0400<br><br>    Document --copy-home and --include options.<br>

<br>diff --git a/docs/livecd-iso-to-disk.pod b/docs/livecd-iso-to-disk.pod<br>index 7ef0c14..5550fc6 100644<br>--- a/docs/livecd-iso-to-disk.pod<br>+++ b/docs/livecd-iso-to-disk.pod<br>@@ -6,7 +6,7 @@ livecd-iso-to-disk - installs bootable Live images onto USB/SD storage devices.<br>

 <br> =head1 SYNOPSIS<br> <br>-B<livecd-iso-to-disk> 
 [--help] [--noverify] [--format] [--reset-mbr] [--efi] [--skipcopy] 
[--force] [--xo] [--xo-no-home] [--timeout <time>] [--totaltimeout
 <time>] [--extra-kernel-args <args>] [--multi] [--livedir 
<dir>] [--compress] [--skipcompress] [--swap-size-mb <size>]
 [--overlay-size-mb <size>] [--home-size-mb <size>] 
[--delete-home] [--crypted-home] [--unencrypted-home] <source> 
<target device><br>+B<livecd-iso-to-disk>  [--help] 
[--noverify] [--format] [--reset-mbr] [--efi] [--skipcopy] [--force] 
[--xo] [--xo-no-home] [--timeout <time>] [--totaltimeout 
<time>] [--extra-kernel-args <args>] [--multi] [--livedir 
<dir>] [--compress] [--skipcompress] [--swap-size-mb <size>]
 [--overlay-size-mb <size>] [--home-size-mb <size>] 
[--delete-home] [--crypted-home] [--unencrypted-home] [--copy-home] 
[--include <file s>] <source> <target device><br> <br> Simplest<br> <br>@@ -135,6 +135,20 @@ Specifies the default option to encrypt a new persistent home directory if --hom<br> <br> Prevents the default option to encrypt a new persistent home directory.<br>

 <br>+=item --copy-home<br>+<br>+This
 option allows one to copy a persistent home folder from one LiveOS 
image to the target image.  Changes already made in the source home 
directory will be propagated to the new image.<br>+<br>+=over 4<br>+<br>+WARNING:
 User-sensitive information, such as password cookies and user and 
application data, will be copied to the new image! Scrub this 
information before using this option.<br>+<br>+=back<br>+<br>+item --include <path s><br>+<br>+This
 option allows one to copy one or more file or directory paths from the 
outer source filesystem to the same path on the target.  Multiple paths 
should be specified in one string, i.e., --include "path1 path2 ..."<br>+<br> =back<br> <br> =head1 CONTRIBUTORS<br></span>