X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fguestfs.pod;h=03f6796322beb6818ba97b4cf53acab19abdf3b1;hb=49dc7678bf4bc870c0596c9b76f582a4caef88f8;hp=5111033b748c936875ae7ac9993a4b8ebed7b655;hpb=764e4e2aa289b645b64feff454d376a86486d219;p=libguestfs.git diff --git a/src/guestfs.pod b/src/guestfs.pod index 5111033..03f6796 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -1452,8 +1452,8 @@ Returns the current error handler callback. =head2 guestfs_set_out_of_memory_handler typedef void (*guestfs_abort_cb) (void); - int guestfs_set_out_of_memory_handler (guestfs_h *g, - guestfs_abort_cb); + void guestfs_set_out_of_memory_handler (guestfs_h *g, + guestfs_abort_cb); The callback C will be called if there is an out of memory situation. I. @@ -2966,6 +2966,16 @@ be reached in practice. See the source code for more information. =over 4 +=item FEBOOTSTRAP_KERNEL + +=item FEBOOTSTRAP_MODULES + +These two environment variables allow the kernel that libguestfs uses +in the appliance to be selected. If C<$FEBOOTSTRAP_KERNEL> is not +set, then the most recent host kernel is chosen. For more information +about kernel selection, see L. This +feature is only available in febootstrap E 3.8. + =item LIBGUESTFS_APPEND Pass additional options to the guest kernel. @@ -3041,6 +3051,7 @@ L, L, L, L, +L, L, L.