X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfish.pod;h=f2e4591330fdd81c36525421483dfe215a658c3c;hb=54dd7be5855055a698291084c0074a1abac7b921;hp=9d988bf9dabd0c6f6462962505cf66be366cf1bb;hpb=233595cc4e3c3422a5f5d8aec3314029da3f0ec7;p=libguestfs.git diff --git a/guestfish.pod b/guestfish.pod index 9d988bf..f2e4591 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -18,7 +18,7 @@ Create a new C file in a guest: add disk.img run mount /dev/VolGroup00/LogVol00 / - upload new_motd /etc/motd + write_file /etc/motd "Hello users" 0 _EOF_ List the LVs in a guest: @@ -156,6 +156,22 @@ The only exception is that if the C<-m> or C<--mount> option was given, the guest is automatically run for you (simply because guestfish can't mount the disks you asked for without doing this). +=head1 QUOTING + +You can quote ordinary parameters using either single or double +quotes. For example: + + add "file with a space.img" + + rm '/file name' + + rm '/"' + +A few commands require a list of strings to be passed. For these, use +a space-separated list, enclosed in quotes. For example: + + vgcreate VG "/dev/sda1 /dev/sdb1" + =head1 COMMANDS =head2 help @@ -217,6 +233,11 @@ same effect as using the B<-v> option. Set the path that guestfish uses to search for kernel and initrd.img. See the discussion of paths in L. +=item HOME + +If compiled with GNU readline support, then the command history +is saved in C<$HOME/.guestfish> + =back =head1 SEE ALSO