aboutsummaryrefslogtreecommitdiff
path: root/core/minit/post-install
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-07 17:21:02 +0300
committerCem Keylan <cem@ckyln.com>2020-02-07 17:21:02 +0300
commitc416432b8cc934b768a19242b976c159f07a22a5 (patch)
tree0fb5415f896ea29506150dce09dad3bc68235d97 /core/minit/post-install
parenta61736ef89865187acf62c349c387cc9d1354af7 (diff)
downloadrepository-c416432b8cc934b768a19242b976c159f07a22a5.tar.gz
minit: add new package at 0.1.0 to core
Diffstat (limited to 'core/minit/post-install')
-rwxr-xr-xcore/minit/post-install22
1 files changed, 22 insertions, 0 deletions
diff --git a/core/minit/post-install b/core/minit/post-install
new file mode 100755
index 00000000..5e5ef583
--- /dev/null
+++ b/core/minit/post-install
@@ -0,0 +1,22 @@
+#!/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