diff options
Diffstat (limited to 'core/sinit/post-install')
-rwxr-xr-x | core/sinit/post-install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/core/sinit/post-install b/core/sinit/post-install new file mode 100755 index 00000000..f9c906f2 --- /dev/null +++ b/core/sinit/post-install @@ -0,0 +1,16 @@ +#!/bin/sh -e + +grep -q SINIT_ /etc/init/rc.conf || cat <<EOF >> /etc/init/rc.conf + +# Uncomment these to run the scripts for sinit +# SINIT_SHUTDOWN_HOOKS=1 +# SINIT_ENABLE_GETTY=1 +# SINIT_ENABLE_RUNIT=1 +EOF + +cat <<EOF + +Important: If you want to sinit to boot, edit your +/etc/init/rc.conf to enable SINIT variables." + +EOF |