From 051404c997c633388071203be5c24f28dfb9f14c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 15 Jan 2020 22:36:35 +0300 Subject: sinit: removed ubase dependency, build respawn and halt onto sinit --- core/sinit/post-install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/sinit/post-install') diff --git a/core/sinit/post-install b/core/sinit/post-install index f9c906f2..11270008 100755 --- a/core/sinit/post-install +++ b/core/sinit/post-install @@ -2,10 +2,10 @@ grep -q SINIT_ /etc/init/rc.conf || cat <> /etc/init/rc.conf -# Uncomment these to run the scripts for sinit -# SINIT_SHUTDOWN_HOOKS=1 -# SINIT_ENABLE_GETTY=1 -# SINIT_ENABLE_RUNIT=1 +# Comment these to run the scripts for sinit +SINIT_SHUTDOWN_HOOKS=1 +SINIT_ENABLE_GETTY=1 +SINIT_ENABLE_RUNIT=1 EOF cat <