diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-17 09:13:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-17 09:13:44 +0300 |
commit | 5351c27c89ea6ae17f22f6c684fe3a933f25ec8f (patch) | |
tree | e5fad468fb1d404b275eaaa5e78ba5deb29a85e8 /core/carbs-init/post-install | |
parent | dee3ccb4a334a9c5d673d7b92b51ec2871a2c12a (diff) | |
parent | cc4e40320b0a0f04cb684e173f454cfc25ffe5d4 (diff) | |
download | repository-5351c27c89ea6ae17f22f6c684fe3a933f25ec8f.tar.gz |
Merge branch 'carbs-init-update'
Diffstat (limited to 'core/carbs-init/post-install')
-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 |