diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-22 21:11:10 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-22 21:11:10 +0100 |
commit | 23e6fc3f61294acf1bce2003dc4060df25e899f9 (patch) | |
tree | 1310443730d2cc78ae7611aeac958b6cf1419bb7 /guestfs.pod | |
parent | 1a5755dbbff0fa4d87984cb7d67cb8239fd71a84 (diff) | |
download | libguestfs-23e6fc3f61294acf1bce2003dc4060df25e899f9.tar.gz libguestfs-23e6fc3f61294acf1bce2003dc4060df25e899f9.tar.xz libguestfs-23e6fc3f61294acf1bce2003dc4060df25e899f9.zip |
Revert "Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance kernel."
This reverts commit 34d2df41626f1ee4172a6d40b06d72d6ed9d6348.
Diffstat (limited to 'guestfs.pod')
-rw-r--r-- | guestfs.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/guestfs.pod b/guestfs.pod index 9e0d4d31..4235454e 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -917,10 +917,6 @@ Pass additional options to the guest kernel. Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages. This has the same effect as calling C<guestfs_set_verbose (handle, 1)>. -=item LIBGUESTFS_KERNEL - -Override the ordinary selection of appliance kernel. - =item LIBGUESTFS_MEMSIZE Set the memory allocated to the qemu process, in megabytes. For |