diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-22 13:35:48 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-22 13:35:48 +0100 |
commit | 34d2df41626f1ee4172a6d40b06d72d6ed9d6348 (patch) | |
tree | cbf8af63f6f90a4b22b5fb82d8d6a2fe819407a7 /guestfish.pod | |
parent | afe8096e9aa2a18541e92262d9473de4a65fa29e (diff) | |
download | libguestfs-34d2df41626f1ee4172a6d40b06d72d6ed9d6348.tar.gz libguestfs-34d2df41626f1ee4172a6d40b06d72d6ed9d6348.tar.xz libguestfs-34d2df41626f1ee4172a6d40b06d72d6ed9d6348.zip |
Add 'set-kernel'/'get-kernel'/LIBGUESTFS_KERNEL to override appliance kernel.
This allows you to override the appliance kernel with an easy
command or environment variable.
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guestfish.pod b/guestfish.pod index f2255f16..6f35ac46 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -553,6 +553,10 @@ Pass additional options to the guest kernel. Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages. This has the same effect as using the B<-v> option. +=item LIBGUESTFS_KERNEL + +Override the ordinary selection of appliance kernel. + =item LIBGUESTFS_MEMSIZE Set the memory allocated to the qemu process, in megabytes. For |