diff options
author | Bill Nottingham <notting@redhat.com> | 2010-09-14 11:17:10 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-09-14 11:17:10 -0400 |
commit | 38e0342f621d8b68691f1e29bdcb7e4a190ed181 (patch) | |
tree | fcf3a2ccbea0b26806dbed26a0e40a1418c1ee61 /Makefile | |
parent | 9e70e2eac183522d04314f7e3772e2b1ec1de198 (diff) | |
download | initscripts-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |