diff options
author | Bill Nottingham <notting@redhat.com> | 2011-07-25 13:34:12 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-07-25 13:34:12 -0400 |
commit | b710648dee63466be01b34b21d929ada422f2845 (patch) | |
tree | 2ace2027782b97d8872ab74e96ad973e17fe781a /Makefile | |
parent | 982b6ebfe2cdb1175bc8486135d33b897ad3d6ef (diff) | |
download | initscripts-b710648dee63466be01b34b21d929ada422f2845.tar initscripts-b710648dee63466be01b34b21d929ada422f2845.tar.gz initscripts-b710648dee63466be01b34b21d929ada422f2845.tar.bz2 initscripts-b710648dee63466be01b34b21d929ada422f2845.tar.xz initscripts-b710648dee63466be01b34b21d929ada422f2845.zip |
Remove fedora-sysinit-hack/fedora-sysinit-unhack; they're not needed with /var/lock on tmpfs.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -127,11 +127,9 @@ install: 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-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 install -m 644 initscripts.tmpfiles.d $(ROOT)/etc/tmpfiles.d/initscripts.conf |