From cf5a00e6d824b76e5e5b7551bcea43ffab613a87 Mon Sep 17 00:00:00 2001 From: Simon Pflaumer Date: Sun, 5 Nov 2023 14:24:06 +0000 Subject: [PATCH] add installdinit option also warn that /etc/dinit.d/config/console.conf has to be modified --- makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makefile b/makefile index b59470d..c07d9ef 100644 --- a/makefile +++ b/makefile @@ -104,6 +104,11 @@ installrunit: @echo "installing runit service" @install -DZ $(RESD)/ly-runit-service/* -t ${DESTDIR}/etc/sv/ly +installdinit: + @echo "installing dinit service" + @install -CZ $(RESD)/ly-dinit -t ${DESTDIR}/etc/dinit.d/ly + @echo "note: you will need to edit /etc/dinit.d/config/console.conf accordingly" + uninstall: @echo "uninstalling" @rm -rf ${DESTDIR}/etc/ly