diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-14 13:58:45 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-14 14:04:29 +0300 |
commit | 92f08683f6f22acbbab5460d049e65ce71a69dde (patch) | |
tree | 14d0abcdccc7d62f847c6607181892f00f982a20 | |
parent | 11258e306e239b18c81a863d2d979fbb535ee5a4 (diff) | |
download | repository-92f08683f6f22acbbab5460d049e65ce71a69dde.tar.gz |
carbs-init: add post-install message
-rwxr-xr-x | core/carbs-init/post-install | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/core/carbs-init/post-install b/core/carbs-init/post-install index ff05e78c..cc507ce3 100755 --- a/core/carbs-init/post-install +++ b/core/carbs-init/post-install @@ -1,7 +1,18 @@ #!/bin/sh cat <<EOF +!! VERY IMPORTANT !! + + Carbs-init now comes with /etc/init/getty.boot + and /etc/init/runit.boot -NOTE: You can configure init from /etc/init/rc.conf + This change is to keep init systems interchangable. + If you are installing this package as a new package + (not an update) you can safely ignore the rest of + the message. But if you are updating, this update + requires a manual intervention. + + Please check the news section at https://carbslinux.org + before you do a reboot EOF |