diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2013-08-30 14:34:32 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2013-08-30 14:40:31 +0200 |
commit | 2769dbcf9daa7a661b4b00de9f0d1c8d2605b1c7 (patch) | |
tree | b93b8c075321a46bea0421120ccd249ab10e2e24 /Makefile | |
parent | 9ae13cd207aa26dea9d399d824a2f4bf57a9086c (diff) | |
download | initscripts-2769dbcf9daa7a661b4b00de9f0d1c8d2605b1c7.tar initscripts-2769dbcf9daa7a661b4b00de9f0d1c8d2605b1c7.tar.gz initscripts-2769dbcf9daa7a661b4b00de9f0d1c8d2605b1c7.tar.bz2 initscripts-2769dbcf9daa7a661b4b00de9f0d1c8d2605b1c7.tar.xz initscripts-2769dbcf9daa7a661b4b00de9f0d1c8d2605b1c7.zip |
create /var/log/dmesg for compatibility reasons (#854002)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ install: ln -s ../rhel-loadmodules.service $(ROOT)/usr/lib/systemd/system/basic.target.wants ln -s ../rhel-autorelabel.service $(ROOT)/usr/lib/systemd/system/basic.target.wants ln -s ../rhel-autorelabel-mark.service $(ROOT)/usr/lib/systemd/system/basic.target.wants + ln -s ../rhel-dmesg.service $(ROOT)/usr/lib/systemd/system/basic.target.wants ln -s ../rhel-readonly.service $(ROOT)/usr/lib/systemd/system/local-fs.target.wants ln -s ../rhel-import-state.service $(ROOT)/usr/lib/systemd/system/local-fs.target.wants |