search for: 41a78fe

Displaying 1 result from an estimated 1 matches for "41a78fe".

Did you mean: 41a58f2
2009 Aug 18
1
[PATCH] guestfs_modprobe: explicitly load a kernel module in the appliance
...mon/mkfs.c daemon/mknod.c +daemon/modprobe.c daemon/mount.c daemon/names.c daemon/ntfs.c diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index 2455a46..205a12b 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -193 +194 diff --git a/src/generator.ml b/src/generator.ml index cc97dd5..41a78fe 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -3560,6 +3560,13 @@ an external journal on the journal with UUID C<uuid>. See also C<guestfs_mke2journal_U>."); + ("modprobe", (RErr, [String "module"]), 194, [], + [InitNone, Always, TestRun [[&quo...