12f6cc01aa
- fixed dracut-install bug if /var/tmp contains a symlink - fixed some partx issues
22 lines
766 B
Diff
22 lines
766 B
Diff
From e625eea4f9af15f9de6e840e6db797b5f50b7e1f Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name>
|
|
Date: Thu, 26 Jul 2012 09:35:57 +0200
|
|
Subject: [PATCH] Config file for systemd on Gentoo.
|
|
|
|
---
|
|
dracut.conf.d/gentoo-systemd.conf.example | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
create mode 100644 dracut.conf.d/gentoo-systemd.conf.example
|
|
|
|
diff --git a/dracut.conf.d/gentoo-systemd.conf.example b/dracut.conf.d/gentoo-systemd.conf.example
|
|
new file mode 100644
|
|
index 0000000..00af70b
|
|
--- /dev/null
|
|
+++ b/dracut.conf.d/gentoo-systemd.conf.example
|
|
@@ -0,0 +1,5 @@
|
|
+# /etc/dracut.conf.d/gentoo-systemd.conf
|
|
+
|
|
+# Paths of systemd dirs on Gentoo
|
|
+systemdutildir=/usr/lib/systemd
|
|
+systemdsystemunitdir=/usr/lib/systemd/system
|