mirror of https://github.com/fairyglade/ly.git
add installdinit option
also warn that /etc/dinit.d/config/console.conf has to be modified
This commit is contained in:
parent
b94c477b22
commit
cf5a00e6d8
5
makefile
5
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue