X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fgenerator.ml;h=18504d5520afd4d7c26d7b5b96a60889e80e9a11;hp=cc97dd5a67073fb05597d957dc35be9ec0050082;hb=53ce488f380e3dd94c26bf507c5639975125a1ee;hpb=7b65b7d323b1933cc1137e677d0e5c33d8bc7ff2 diff --git a/src/generator.ml b/src/generator.ml index cc97dd5..18504d5 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -3560,6 +3560,15 @@ an external journal on the journal with UUID C. See also C."); + ("modprobe", (RErr, [String "module"]), 194, [], + [InitNone, Always, TestRun [["modprobe"; "ext2"]]], + "load a kernel module", + "\ +This loads a kernel module in the appliance. + +The kernel module must have been whitelisted when libguestfs +was built (see C in the source)."); + ] let all_functions = non_daemon_functions @ daemon_functions