diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-15 16:33:38 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-10-15 16:33:38 -0400 |
commit | f519cb2a5fa7e306baa5813e826b39341796dd49 (patch) | |
tree | d1dafa67ec4fb9ca68bf1112a08fb95a91e22206 /Makefile | |
parent | 59b2f505ea603ef65823615711b5adfa87795f41 (diff) | |
download | initscripts-f519cb2a5fa7e306baa5813e826b39341796dd49.tar initscripts-f519cb2a5fa7e306baa5813e826b39341796dd49.tar.gz initscripts-f519cb2a5fa7e306baa5813e826b39341796dd49.tar.bz2 initscripts-f519cb2a5fa7e306baa5813e826b39341796dd49.tar.xz initscripts-f519cb2a5fa7e306baa5813e826b39341796dd49.zip |
Set up the split-up boot services correctly.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -123,6 +123,19 @@ install: 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 ln -s ../display-manager.service $(ROOT)/lib/systemd/system/graphical.target.wants + mkdir -p -m 755 $(ROOT)/lib/systemd/system/local-fs.target.wants + mkdir -p -m 755 $(ROOT)/lib/systemd/system/basic.target.wants + mkdir -p -m 755 $(ROOT)/lib/systemd/system/sysinit.target.wants + ln -s ../fedora-configure.service $(ROOT)/lib/systemd/system/basic.target.wants + ln -s ../fedora-loadmodules.service $(ROOT)/lib/systemd/system/basic.target.wants + ln -s ../fedora-swapon.service $(ROOT)/lib/systemd/system/basic.target.wants + ln -s ../fedora-sysinit-hack.service $(ROOT)/lib/systemd/system/basic.target.wants + ln -s ../fedora-cleanup.service $(ROOT)/lib/systemd/system/local-fs.target.wants + ln -s ../fedora-mountall.service $(ROOT)/lib/systemd/system/local-fs.target.wants + ln -s ../fedora-readonly.service $(ROOT)/lib/systemd/system/local-fs.target.wants + ln -s ../fedora-storage-init.service $(ROOT)/lib/systemd/system/local-fs.target.wants + ln -s ../fedora-wait-storage.service $(ROOT)/lib/systemd/system/local-fs.target.wants + ln -s ../fedora-sysinit-unhack.service $(ROOT)/lib/systemd/system/multi-user.target.wants # These are LSB compatibility symlinks. At some point in the future # the actual files will be here instead of symlinks @@ -170,4 +183,3 @@ archive: clean syntax-check tag changelog @sha1sum initscripts-$(VERSION).tar.bz2 > initscripts-$(VERSION).sha1sum @scp initscripts-$(VERSION).tar.bz2 initscripts-$(VERSION).sha1sum fedorahosted.org:initscripts 2>/dev/null|| scp initscripts-$(VERSION).tar.bz2 initscripts-$(VERSION).sha1sum fedorahosted.org:/srv/web/releases/i/n/initscripts @echo "Everything done, files uploaded to Fedorahosted.org" -
\ No newline at end of file |