diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-02 00:22:07 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-02 00:22:07 +0300 |
commit | 0850fc9599e6e6872dfb943728ec778bc7a9d7c6 (patch) | |
tree | 219bd1637c8704c46d15f464e0a034f72dc24bea | |
parent | 095d5e9eb3612357e20020b89adc011d5ec894e5 (diff) | |
download | repository-0850fc9599e6e6872dfb943728ec778bc7a9d7c6.tar.gz |
sinit: move post-install to message
-rw-r--r--[-rwxr-xr-x] | core/sinit/message (renamed from core/sinit/post-install) | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/sinit/post-install b/core/sinit/message index 50170454..3559df56 100755..100644 --- a/core/sinit/post-install +++ b/core/sinit/message @@ -1,7 +1,3 @@ -#!/bin/sh -e - -cat <<EOF - !! IMPORTANT !! To start using sinit, edit @@ -22,5 +18,3 @@ NOTE: If swapping from busybox init on a sinit's poweroff/reboot utilities can't be of use until it is actually running. - -EOF |