aboutsummaryrefslogtreecommitdiff
path: root/core/sinit/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-02 00:22:07 +0300
committerCem Keylan <cem@ckyln.com>2020-05-02 00:22:07 +0300
commit0850fc9599e6e6872dfb943728ec778bc7a9d7c6 (patch)
tree219bd1637c8704c46d15f464e0a034f72dc24bea /core/sinit/post-install
parent095d5e9eb3612357e20020b89adc011d5ec894e5 (diff)
downloadrepository-0850fc9599e6e6872dfb943728ec778bc7a9d7c6.tar.gz
sinit: move post-install to message
Diffstat (limited to 'core/sinit/post-install')
-rwxr-xr-xcore/sinit/post-install26
1 files changed, 0 insertions, 26 deletions
diff --git a/core/sinit/post-install b/core/sinit/post-install
deleted file mode 100755
index 50170454..00000000
--- a/core/sinit/post-install
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh -e
-
-cat <<EOF
-
-!! 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.
-
-EOF