diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-06-28 21:08:15 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-06-28 21:08:15 +0000 |
commit | 44424456f97d9fb1f8a4dc688a8e065e46c836d9 (patch) | |
tree | ab42d893b8d272f1b6be61c3dfd5b567d14c57c6 /system/s6-linux-init/s6-linux-init.post-install | |
parent | 715edc6d997b0b7cd03029ca32a67cbb79727121 (diff) | |
parent | 0b82d071e1d6c87e54e38b8ff5ecd3fb1c5a0c6e (diff) | |
download | packages-44424456f97d9fb1f8a4dc688a8e065e46c836d9.tar.gz packages-44424456f97d9fb1f8a4dc688a8e065e46c836d9.tar.bz2 packages-44424456f97d9fb1f8a4dc688a8e065e46c836d9.tar.xz packages-44424456f97d9fb1f8a4dc688a8e065e46c836d9.zip |
Merge branch 'skaware.20190515' into 'master'
skaware 2019-05-15
See merge request !234
Diffstat (limited to 'system/s6-linux-init/s6-linux-init.post-install')
-rw-r--r-- | system/s6-linux-init/s6-linux-init.post-install | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/system/s6-linux-init/s6-linux-init.post-install b/system/s6-linux-init/s6-linux-init.post-install new file mode 100644 index 000000000..8e24f6d42 --- /dev/null +++ b/system/s6-linux-init/s6-linux-init.post-install @@ -0,0 +1,25 @@ +#!/bin/sh -e + +newv="$1" +oldv="$2" + +cat <<EOF + +* +* You installed the s6-linux-init package. If it's your first installation, +* please ignore this message. But if you just removed the sysvinit +* package in order to use s6-linux-init instead, please read on. +* +* In order to complete the switch, you need to reboot your machine. But +* beware: just for this time, the usual shutdown commands won't work, +* because they are designed to work with s6-linux-init but you are still +* running sysvinit until you reboot. So, for your next reboot (and +* only this one), the command you will need to run (as root, FROM A +* CONSOLE TTY - not an xterm, not a network connection) is: +* +* /bin/sh /usr/share/s6-linux-init-common/reboot.sh +* +* Please save your work and perform that reboot as soon as you can. +* + +EOF |