X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfs.pod;h=a41fd27c6e726e44e7c5532e91adebc9cdbb9004;hp=0cb3d9d5e0b3c16f54da7920060507234ad58a84;hb=896079e29b4d49c6c18ac3316a94bfbe2f307648;hpb=70946fc1b7c7db06a7c11f9088719f0dd6eac1c4 diff --git a/guestfs.pod b/guestfs.pod index 0cb3d9d..a41fd27 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -774,11 +774,22 @@ options in order to determine features. =over 4 +=item LIBGUESTFS_APPEND + +Pass additional options to the guest kernel. + =item LIBGUESTFS_DEBUG Set C to enable verbose messages. This has the same effect as calling C. +=item LIBGUESTFS_MEMSIZE + +Set the memory allocated to the qemu process, in megabytes. For +example: + + LIBGUESTFS_MEMSIZE=700 + =item LIBGUESTFS_PATH Set the path that libguestfs uses to search for kernel and initrd.img. @@ -792,17 +803,6 @@ used. See also L above. -=item LIBGUESTFS_APPEND - -Pass additional options to the guest kernel. - -=item LIBGUESTFS_MEMSIZE - -Set the memory allocated to the qemu process, in megabytes. For -example: - - LIBGUESTFS_MEMSIZE=700 - =back =head1 SEE ALSO