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 | |
parent | dee3ccb4a334a9c5d673d7b92b51ec2871a2c12a (diff) | |
parent | cc4e40320b0a0f04cb684e173f454cfc25ffe5d4 (diff) | |
download | repository-5351c27c89ea6ae17f22f6c684fe3a933f25ec8f.tar.gz |
Merge branch 'carbs-init-update'
Diffstat (limited to 'core/carbs-init')
-rw-r--r-- | core/carbs-init/checksums | 2 | ||||
-rwxr-xr-x | core/carbs-init/post-install | 13 | ||||
-rw-r--r-- | core/carbs-init/sources | 2 | ||||
-rw-r--r-- | core/carbs-init/version | 2 |
4 files changed, 15 insertions, 4 deletions
diff --git a/core/carbs-init/checksums b/core/carbs-init/checksums index 25b4a407..252a0e8d 100644 --- a/core/carbs-init/checksums +++ b/core/carbs-init/checksums @@ -1 +1 @@ -aa7f11d87936e2f034a75d7ea29b68b87f460c58dee8fd92bb119ccf6d123927 init-0.5.2.tar.gz +5c1ac69900b8e3f952b759e127b4de6bd0fecf2aa088241d5e295fef5383364d init-0.6.1.tar.gz 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 diff --git a/core/carbs-init/sources b/core/carbs-init/sources index 0270fa89..e0315988 100644 --- a/core/carbs-init/sources +++ b/core/carbs-init/sources @@ -1 +1 @@ -http://carbslinux.org/git/archives/init/init-0.5.2.tar.gz +http://carbslinux.org/git/archives/init/init-0.6.1.tar.gz diff --git a/core/carbs-init/version b/core/carbs-init/version index b6c71939..71aa2ecf 100644 --- a/core/carbs-init/version +++ b/core/carbs-init/version @@ -1 +1 @@ -0.5.2 1 +0.6.1 1 |