diff options
author | Bill Nottingham <notting@redhat.com> | 2010-10-26 15:21:05 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-10-26 15:33:00 -0400 |
commit | 7577c483e62806140a278d2eb9147ce835893f7c (patch) | |
tree | 306a9ee579c677b7ab91c6a2e82a13ea9cc85968 /Makefile | |
parent | b6788fc6a4089bbf538664bb814d81475c4ffa96 (diff) | |
download | initscripts-7577c483e62806140a278d2eb9147ce835893f7c.tar initscripts-7577c483e62806140a278d2eb9147ce835893f7c.tar.gz initscripts-7577c483e62806140a278d2eb9147ce835893f7c.tar.bz2 initscripts-7577c483e62806140a278d2eb9147ce835893f7c.tar.xz initscripts-7577c483e62806140a278d2eb9147ce835893f7c.zip |
Drop fedora-mountall, fedora-cleanup. Adjust other services accordingly.
systemd can do mount & fsck & quota, etc. now.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -129,8 +129,6 @@ install: ln -s ../fedora-loadmodules.service $(ROOT)/lib/systemd/system/basic.target.wants ln -s ../fedora-autoswap.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 |