mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
services: libvirt: Fixup setting LINUX_MODULE_DIRECTORY variable.
This is a follow-up to commit 614ba97d98 ("gnu: libvirt: Fix path to Linux
modules.gnu: libvirt: Fix path to Linux modules."), which I had inadvertently
broken with a small change before applying. Apologies!
* gnu/services/virtualization.scm (libvirt-shepherd-service): Add missing
string append to form LINUX_MODULE_DIRECTORY variable definition.
Change-Id: I304bdf20584d475fb01e3da995f0eddf430fb73b
This commit is contained in:
parent
11eb2c0ffc
commit
372802fe9a
1 changed files with 3 additions and 2 deletions
|
|
@ -514,8 +514,9 @@ potential infinite waits blocking libvirt."))
|
|||
(string-append
|
||||
"PATH=/run/current-system/profile/bin:"
|
||||
"/run/current-system/profile/sbin")
|
||||
"LINUX_MODULE_DIRECTORY="
|
||||
"/run/booted-system/kernel/lib/modules")))
|
||||
(string-append
|
||||
"LINUX_MODULE_DIRECTORY="
|
||||
"/run/booted-system/kernel/lib/modules"))))
|
||||
(stop #~(make-kill-destructor))))))
|
||||
|
||||
(define libvirt-service-type
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue