[libvirt] [sandbox][PATCH] Add module directory prefix selection feature

Radu Caragea sinaelgl at gmail.com
Tue Jun 19 10:33:40 UTC 2012


Add module directory prefix selection feature

This is useful when running as a non-privileged user if we want to
boot a custom compiled kernel: we might not have rights to install in
/lib/modules/<kernel release> so when compiling the kernel we can use
"make modules_install INSTALL_MOD_PATH=/path" which installs in
/path/lib/modules/<kernel release>. By setting with
gvir_sandbox_config_set_moddirprefix(cfg, "/path") we can now achieve
just that.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: moddirprefix.patch
Type: text/x-patch
Size: 14296 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120619/e961a9e2/attachment-0001.bin>


More information about the libvir-list mailing list