From f937068928bf20a3929068e0721bd4381c1f9716 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 11 May 2014 18:17:58 +0200 Subject: Provide a distro config file for dracut. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index faddc96..5638b3f 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,8 @@ install: install -d ${DESTDIR}/etc/runit/runsvdir install -m755 ${SCRIPTS} ${DESTDIR}/etc/runit install -m644 rc.conf ${DESTDIR}/etc + install -d ${DESTDIR}/${PREFIX}/lib/dracut/dracut.conf.d + install -m644 dracut/*.conf ${DESTDIR}/${PREFIX}/lib/dracut/dracut.conf.d cp -aP runsvdir/* ${DESTDIR}/etc/runit/runsvdir/ cp -aP services/* ${DESTDIR}/etc/sv/ -- cgit 1.4.1