aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-09-14 11:17:10 -0400
committerBill Nottingham <notting@redhat.com>2010-09-14 11:17:10 -0400
commit38e0342f621d8b68691f1e29bdcb7e4a190ed181 (patch)
treefcf3a2ccbea0b26806dbed26a0e40a1418c1ee61 /Makefile
parent9e70e2eac183522d04314f7e3772e2b1ec1de198 (diff)
downloadinitscripts-38e0342f621d8b68691f1e29bdcb7e4a190ed181.tar
initscripts-38e0342f621d8b68691f1e29bdcb7e4a190ed181.tar.gz
initscripts-38e0342f621d8b68691f1e29bdcb7e4a190ed181.tar.bz2
initscripts-38e0342f621d8b68691f1e29bdcb7e4a190ed181.tar.xz
initscripts-38e0342f621d8b68691f1e29bdcb7e4a190ed181.zip
Ship a default.target symlink in /lib, so we start with a valid fallback config.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 491dd31c..e54651b6 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,7 @@ install:
mkdir -p -m 755 $(ROOT)/lib/systemd/system/multi-user.target.wants
mkdir -p -m 755 $(ROOT)/lib/systemd/system/graphical.target.wants
+ ln -s multi-user.target $(ROOT)/lib/systemd/system/default.target
ln -s prefdm.service $(ROOT)/lib/systemd/system/display-manager.service
ln -s reboot.target $(ROOT)/lib/systemd/system/ctrl-alt-del.target
ln -s ../rc-local.service $(ROOT)/lib/systemd/system/multi-user.target.wants