From 660b552fa0f46e5be9fec1f1b400d371e90b7640 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Canek=20Pel=C3=A1ez=20Vald=C3=A9s?= <canek@ciencias.unam.mx>
Date: Fri, 29 Jun 2018 21:36:49 -0500
Subject: [PATCH] Correct systemd location.

---
 kerninst.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kerninst.conf b/kerninst.conf
index d44c99d..57c928d 100644
--- a/kerninst.conf
+++ b/kerninst.conf
@@ -17,7 +17,7 @@ INCLUDE_FIRMWARE="no"
 KERNEL_MAKEOPTS="-j1"
 
 # Kernel command line (only used with Bootctl)
-KERNEL_COMMAND_LINE="root=LABEL=ROOT init=/usr/lib/systemd/systemd quiet"
+KERNEL_COMMAND_LINE="root=LABEL=ROOT init=/lib/systemd/systemd quiet"
 
 # Wether to rebuild modules when building the initramfs.
 # Override with --no-modules-rebuild/--modules-rebuild
-- 
GitLab