diff options
Diffstat (limited to 'core/sinit/message')
-rw-r--r-- | core/sinit/message | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/core/sinit/message b/core/sinit/message new file mode 100644 index 00000000..3559df56 --- /dev/null +++ b/core/sinit/message @@ -0,0 +1,20 @@ +!! IMPORTANT !! + +To start using sinit, edit +/etc/init/sinit-launch-services.boot +And uncomment the getty function, and +Optionally uncomment the runit function +If you deem necessary. + +sinit is installed as /usr/bin/sinit. It +can fully replace busybox init by running +the following command. + + kiss a | grep ^sinit | kiss a - + +NOTE: If swapping from busybox init on a + running system, shutdown/reboot by + invoking 'busybox-init poweroff'. + sinit's poweroff/reboot utilities + can't be of use until it is actually + running. |