From 09b089d2ebd16216ef777142973e14cb0d132637 Mon Sep 17 00:00:00 2001
From: Sapan Bhatia <gwsapan@gmail.com>
Date: Fri, 17 Feb 2012 11:34:03 -0500
Subject: [PATCH] install systemd files in bootcd

---
 bootcd.spec | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/bootcd.spec b/bootcd.spec
index c81c7f6..23c1550 100644
--- a/bootcd.spec
+++ b/bootcd.spec
@@ -100,6 +100,12 @@ tar cpf - \
 for script in bootcd bootcd-kernel; do 
     install -D -m 755 plc.d/$script $RPM_BUILD_ROOT/etc/plc.d/$script
 done
+
+#systemd files
+mkdir -p /lib/systemd/system
+mkdir -p /etc/systemd/system
+cp -pr systemd/* /lib/systemd/system
+ln -sf /lib/systemd/system/pl_boot.target /etc/systemd/system/default.target
 popd
     
 %clean
@@ -112,6 +118,8 @@ rm -rf $RPM_BUILD_ROOT
 %files -n bootcd-initscripts
 %defattr(-,root,root,-)
 /etc/plc.d
+/lib/systemd/system
+/etc/systemd/system
 
 %changelog
 * Mon Nov 07 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - bootcd-5.0-11
-- 
2.47.0