From ef1ba9c64942671f190c32269d9149c0bf4a123c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 25 Jul 2014 19:38:36 +0200 Subject: Add an empty rc.local. --- Makefile | 1 + rc.local | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 rc.local diff --git a/Makefile b/Makefile index 10767ae..f8d40e5 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ install: install -d ${DESTDIR}/etc/runit/runsvdir install -m755 ${SCRIPTS} ${DESTDIR}/etc/runit install -m644 rc.conf ${DESTDIR}/etc + install -m755 rc.local ${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/ diff --git a/rc.local b/rc.local new file mode 100644 index 0000000..3b80f85 --- /dev/null +++ b/rc.local @@ -0,0 +1,4 @@ +# Default rc.local for void; add your custom commands here. +# +# This is run by runit in stage 2 before the services are executed +# (see /etc/runit/2). -- cgit 1.4.1