diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-09 23:52:11 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-09 23:52:11 +0300 |
commit | 3f17c8c2a94792638ef1849c97862bd1380cbb0e (patch) | |
tree | e9b1e696e3bba15cf3f8c9895ea66f666d98adaf /core | |
parent | 4414ced7c1f50ddf8465ed3dbb01a762fd5884b8 (diff) | |
download | repository-3f17c8c2a94792638ef1849c97862bd1380cbb0e.tar.gz |
META: Fix all usage of kiss, replace all with cpt
Diffstat (limited to 'core')
-rw-r--r-- | core/sinit/message | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/core/sinit/message b/core/sinit/message index 3559df56..45aa34a2 100644 --- a/core/sinit/message +++ b/core/sinit/message @@ -1,20 +1,18 @@ !! 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. +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. +sinit is installed as /usr/bin/sinit. It can fully replace busybox init by +running the following command. - kiss a | grep ^sinit | kiss a - + +----------------------------------------+ + | | + | cpt a | grep ^sinit | cpt 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. +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. |