From f519cb2a5fa7e306baa5813e826b39341796dd49 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 15 Oct 2010 16:33:38 -0400 Subject: Set up the split-up boot services correctly. --- Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6877c79f..61118f5d 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1