diff options
author | Bill Nottingham <notting@redhat.com> | 2011-08-09 14:18:17 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-08-09 14:18:17 -0400 |
commit | 4ee50f81e1f2f78af3298439ab8a9d9d96aa4d18 (patch) | |
tree | b263e00bd7a93fd1f1a69a4a497d8e66dedf96ef /Makefile | |
parent | 53da81415a777306647251c68f64d073ec763531 (diff) | |
download | initscripts-4ee50f81e1f2f78af3298439ab8a9d9d96aa4d18.tar initscripts-4ee50f81e1f2f78af3298439ab8a9d9d96aa4d18.tar.gz initscripts-4ee50f81e1f2f78af3298439ab8a9d9d96aa4d18.tar.bz2 initscripts-4ee50f81e1f2f78af3298439ab8a9d9d96aa4d18.tar.xz initscripts-4ee50f81e1f2f78af3298439ab8a9d9d96aa4d18.zip |
Drop fedora-autoswap; it's somewhat dangerous, and better done via a udev/systemd combination anyway.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -124,7 +124,6 @@ install: 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-autoswap.service $(ROOT)/lib/systemd/system/basic.target.wants ln -s ../fedora-autorelabel.service $(ROOT)/lib/systemd/system/basic.target.wants ln -s ../fedora-autorelabel-mark.service $(ROOT)/lib/systemd/system/basic.target.wants ln -s ../fedora-readonly.service $(ROOT)/lib/systemd/system/local-fs.target.wants |