blob: cc507ce3399d3a9099f2764757c3be68acbbd223 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#!/bin/sh
cat <<EOF
!! VERY IMPORTANT !!
Carbs-init now comes with /etc/init/getty.boot
and /etc/init/runit.boot
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
|