X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfish-actions.pod;h=7cf78d03e1589df081094bb5b25528cdde1f0011;hb=refs%2Ftags%2F1.0.10;hp=4403cb0b8d4570736fc712d644f7f69f6244eb67;hpb=43db06ea892cc157324a6b837ca430607441c509;p=libguestfs.git diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 4403cb0..7cf78d0 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -360,7 +360,7 @@ yourself (Augeas support makes this relatively easy). =head2 command - command arguments,... + command 'arguments ...' This call runs a command from the guest filesystem. The filesystem must be mounted, and must contain a compatible @@ -385,7 +385,7 @@ locations. =head2 command-lines - command-lines arguments,... + command-lines 'arguments ...' This is the same as C, but splits the result into a list of lines. @@ -678,6 +678,29 @@ on the underlying device. The filesystem options C and C are set with this call, in order to improve reliability. +=head2 mount-options + + mount-options options device mountpoint + +This is the same as the C command, but it +allows you to set the mount options as for the +L I<-o> flag. + +=head2 mount-ro + + mount-ro device mountpoint + +This is the same as the C command, but it +mounts the filesystem with the read-only (I<-o ro>) flag. + +=head2 mount-vfs + + mount-vfs options vfstype device mountpoint + +This is the same as the C command, but it +allows you to set both the mount options and the vfstype +as for the L I<-o> and I<-t> flags. + =head2 mounts mounts @@ -798,7 +821,7 @@ C is defined and set to C<1>. =head2 sfdisk - sfdisk device cyls heads sectors lines,... + sfdisk device cyls heads sectors 'lines ...' This is a direct interface to the L program for creating partitions on block devices. @@ -946,7 +969,7 @@ Use C<-> instead of a filename to read/write from stdin/stdout. =head2 vgcreate - vgcreate volgroup physvols,... + vgcreate volgroup 'physvols ...' This creates an LVM volume group called C from the non-empty list of physical volumes C.