From 2769dbcf9daa7a661b4b00de9f0d1c8d2605b1c7 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Fri, 30 Aug 2013 14:34:32 +0200 Subject: create /var/log/dmesg for compatibility reasons (#854002) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee4fee52..0a8d75b1 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1