summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-22 21:11:10 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-22 21:11:10 +0100
commit23e6fc3f61294acf1bce2003dc4060df25e899f9 (patch)
tree1310443730d2cc78ae7611aeac958b6cf1419bb7 /src/generator.ml
parent1a5755dbbff0fa4d87984cb7d67cb8239fd71a84 (diff)
downloadlibguestfs-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 'src/generator.ml')
-rwxr-xr-xsrc/generator.ml25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/generator.ml b/src/generator.ml
index f851606a..de3b4f62 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -530,31 +530,6 @@ guest kernel command line.
If C<NULL> then no options are added.");
- ("set_kernel", (RErr, [OptString "kernel"]), -1, [FishAlias "kernel"],
- [],
- "override the normal appliance kernel",
- "\
-This function lets you override the ordinary selection
-of kernel used in the appliance.
-
-The default is C<NULL> unless overridden by setting
-C<LIBGUESTFS_KERNEL> environment variable.
-
-Setting C<kernel> to C<NULL> means the ordinary appliance
-kernel is selected by the usual means.");
-
- ("get_kernel", (RConstString "kernel", []), -1, [],
- (* This cannot be tested with the current framework. The
- * function can return NULL in normal operations, which the
- * test framework interprets as an error.
- *)
- [],
- "get the override appliance kernel",
- "\
-Return the override appliance kernel (see C<guestfs_set_kernel>).
-
-If C<NULL> then the ordinary appliance kernel is used.");
-
("set_autosync", (RErr, [Bool "autosync"]), -1, [FishAlias "autosync"],
[],
"set autosync mode",