diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-02 00:20:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-02 00:20:57 +0300 |
commit | 65d1ec4981c4d130917c917799b66ddbc4093c4e (patch) | |
tree | 123d9b93188f512b3a752d4eccf26ca8b31b575d /core | |
parent | f1c3c030e16ea0bcebde7936b673b4c854f096a6 (diff) | |
download | repository-65d1ec4981c4d130917c917799b66ddbc4093c4e.tar.gz |
minit: move post-install to message
Diffstat (limited to 'core')
-rw-r--r--[-rwxr-xr-x] | core/minit/message (renamed from core/minit/post-install) | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/minit/post-install b/core/minit/message index 5e5ef583..217d82e5 100755..100644 --- a/core/minit/post-install +++ b/core/minit/message @@ -1,7 +1,3 @@ -#!/bin/sh - -cat <<EOF - [1m!! IMPORTANT !![m In order to start using minit, @@ -18,5 +14,3 @@ NOTE: If you are currently booted with busybox-init poweroff busybox-init reboot - -EOF |