search for: guestfs_modprobe

Displaying 2 results from an estimated 2 matches for "guestfs_modprobe".

2009 Aug 18
1
[PATCH] guestfs_modprobe: explicitly load a kernel module in the appliance
--- daemon/Makefile.am | 1 + daemon/modprobe.c | 43 +++++++++++++++++++++++++++++++++++++++++++ po/POTFILES.in | 1 + src/MAX_PROC_NR | 2 +- src/generator.ml | 7 +++++++ 5 files changed, 53 insertions(+), 1 deletions(-) create mode 100644 daemon/modprobe.c diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 097d89d..83ee408 100644 --- a/daemon/Makefile.am +++
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of local disk. Rich.