diff options
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 |