mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
lib: Don't mention whitelist in guestfs_modprobe documentation.
There is no such whitelist any longer. All modules are copied into the appliance.
This commit is contained in:
@@ -7264,10 +7264,7 @@ See also C<guestfs_mke2journal_U>." };
|
||||
];
|
||||
shortdesc = "load a kernel module";
|
||||
longdesc = "\
|
||||
This loads a kernel module in the appliance.
|
||||
|
||||
The kernel module must have been whitelisted when libguestfs
|
||||
was built (see C<appliance/kmod.whitelist.in> in the source)." };
|
||||
This loads a kernel module in the appliance." };
|
||||
|
||||
{ defaults with
|
||||
name = "echo_daemon";
|
||||
|
||||
Reference in New Issue
Block a user