aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2013-09-20 13:22:32 +0200
committerLukas Nykryn <lnykryn@redhat.com>2013-09-23 15:20:04 +0200
commit53c65afa1508cfc89ff3c38909ad1a956a57c28f (patch)
tree714c53891a0f7da25f06e40cf6c91bf82241b1c1 /Makefile
parent363999c2255fd41d1548956d9ca04c0655ffabdb (diff)
downloadinitscripts-53c65afa1508cfc89ff3c38909ad1a956a57c28f.tar
initscripts-53c65afa1508cfc89ff3c38909ad1a956a57c28f.tar.gz
initscripts-53c65afa1508cfc89ff3c38909ad1a956a57c28f.tar.bz2
initscripts-53c65afa1508cfc89ff3c38909ad1a956a57c28f.tar.xz
initscripts-53c65afa1508cfc89ff3c38909ad1a956a57c28f.zip
brandbot: tool to write branding to /etc/os-release (#1009947)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0a8d75b1..6b0ed084 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ install:
ln -s ../rhel-dmesg.service $(ROOT)/usr/lib/systemd/system/basic.target.wants
ln -s ../rhel-readonly.service $(ROOT)/usr/lib/systemd/system/local-fs.target.wants
ln -s ../rhel-import-state.service $(ROOT)/usr/lib/systemd/system/local-fs.target.wants
+ ln -s ../brandbot.path $(ROOT)/usr/lib/systemd/system/multi-user.target.wants
mkdir -p $(ROOT)/usr/lib/tmpfiles.d
install -m 644 initscripts.tmpfiles.d $(ROOT)/usr/lib/tmpfiles.d/initscripts.conf