commit 65d1ec4981c4d130917c917799b66ddbc4093c4e
parent f1c3c030e16ea0bcebde7936b673b4c854f096a6
Author: Cem Keylan <cem@ckyln.com>
Date: Sat, 2 May 2020 00:20:57 +0300
minit: move post-install to message
Diffstat:
2 files changed, 16 insertions(+), 22 deletions(-)
diff --git a/core/minit/message b/core/minit/message
@@ -0,0 +1,16 @@
+[1m!! IMPORTANT !![m
+
+In order to start using minit,
+you have to uncomment some entries on
+your [1m/etc/init/launch-services.boot[m
+
+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
diff --git a/core/minit/post-install b/core/minit/post-install
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-cat <<EOF
-
-[1m!! IMPORTANT !![m
-
-In order to start using minit,
-you have to uncomment some entries on
-your [1m/etc/init/launch-services.boot[m
-
-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