diff options
author | Bill Nottingham <notting@redhat.com> | 2011-04-27 13:05:37 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-04-27 13:05:37 -0400 |
commit | b15a418b0ab137507d8e96d4b35d6ff7db76ee8f (patch) | |
tree | 1ebdabb4e8c7f194e730a1936ce2a55c5ad9ef79 /Makefile | |
parent | ef25e0519aa39cb7a860185e55607ceefa299749 (diff) | |
download | initscripts-b15a418b0ab137507d8e96d4b35d6ff7db76ee8f.tar initscripts-b15a418b0ab137507d8e96d4b35d6ff7db76ee8f.tar.gz initscripts-b15a418b0ab137507d8e96d4b35d6ff7db76ee8f.tar.bz2 initscripts-b15a418b0ab137507d8e96d4b35d6ff7db76ee8f.tar.xz initscripts-b15a418b0ab137507d8e96d4b35d6ff7db76ee8f.zip |
Make sure to enable fedora-storage-init-late.service, and have it after the non-late version. (#699918)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ install: ln -s ../fedora-sysinit-hack.service $(ROOT)/lib/systemd/system/basic.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-storage-init-late.service $(ROOT)/lib/systemd/system/local-fs.target.wants ln -s ../fedora-sysinit-unhack.service $(ROOT)/lib/systemd/system/multi-user.target.wants mkdir -p $(ROOT)/etc/tmpfiles.d |