fe20ad692d
- Do not require grubby, lorax now takes care of grubby - cherry-picked a lot of patches from upstream
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
From 035b40d564a47fb53a78f08a7bbf218a6920061d Mon Sep 17 00:00:00 2001
|
|
From: Khem Raj <raj.khem@gmail.com>
|
|
Date: Wed, 21 Aug 2013 20:35:44 -0700
|
|
Subject: [PATCH] use CAP_MKNOD ConditionCapability
|
|
|
|
Fixes errors seen when booting VMs on QEMU like
|
|
|
|
systemd[1]: kmod-static-nodes.service: main process exited, code=exited, status=203/EXEC
|
|
systemd[1]: Failed to start Create list of required static device nodes for the current kernel.
|
|
systemd[1]: Unit kmod-static-nodes.service entered failed state.
|
|
|
|
Make sure that mknod capability is available
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
---
|
|
units/kmod-static-nodes.service.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/units/kmod-static-nodes.service.in b/units/kmod-static-nodes.service.in
|
|
index 98664ea..d8a8420 100644
|
|
--- a/units/kmod-static-nodes.service.in
|
|
+++ b/units/kmod-static-nodes.service.in
|
|
@@ -9,7 +9,7 @@
|
|
Description=Create list of required static device nodes for the current kernel
|
|
DefaultDependencies=no
|
|
Before=sysinit.target systemd-tmpfiles-setup-dev.service
|
|
-ConditionVirtualization=!container
|
|
+ConditionCapability=CAP_MKNOD
|
|
|
|
[Service]
|
|
Type=oneshot
|