From 65d1ec4981c4d130917c917799b66ddbc4093c4e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 2 May 2020 00:20:57 +0300 Subject: minit: move post-install to message --- core/minit/message | 16 ++++++++++++++++ core/minit/post-install | 22 ---------------------- 2 files changed, 16 insertions(+), 22 deletions(-) create mode 100644 core/minit/message delete mode 100755 core/minit/post-install (limited to 'core') diff --git a/core/minit/message b/core/minit/message new file mode 100644 index 00000000..217d82e5 --- /dev/null +++ b/core/minit/message @@ -0,0 +1,16 @@ +!! 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 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 <