aboutsummaryrefslogtreecommitdiff
path: root/core/minit/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-02 00:20:57 +0300
committerCem Keylan <cem@ckyln.com>2020-05-02 00:20:57 +0300
commit65d1ec4981c4d130917c917799b66ddbc4093c4e (patch)
tree123d9b93188f512b3a752d4eccf26ca8b31b575d /core/minit/post-install
parentf1c3c030e16ea0bcebde7936b673b4c854f096a6 (diff)
downloadrepository-65d1ec4981c4d130917c917799b66ddbc4093c4e.tar.gz
minit: move post-install to message
Diffstat (limited to 'core/minit/post-install')
-rwxr-xr-xcore/minit/post-install22
1 files changed, 0 insertions, 22 deletions
diff --git a/core/minit/post-install b/core/minit/post-install
deleted file mode 100755
index 5e5ef583..00000000
--- a/core/minit/post-install
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-cat <<EOF
-
-!! IMPORTANT !!
-
-In order to start using minit,
-you have to uncomment some entries on
-your /etc/init/launch-services.boot
-
-These depend on which getty you are
-using, and whether you are using a
-system supervisor or not.
-
-NOTE: If you are currently booted with
- busybox-init you can poweroff/reboot
- by running
-
- busybox-init poweroff
- busybox-init reboot
-
-EOF