blob: 50170454682b5643593eb37b32afafbceb3a54c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#!/bin/sh -e
cat <<EOF
!! IMPORTANT !!
To start using sinit, edit
/etc/init/sinit-launch-services.boot
And uncomment the getty function, and
Optionally uncomment the runit function
If you deem necessary.
sinit is installed as /usr/bin/sinit. It
can fully replace busybox init by running
the following command.
kiss a | grep ^sinit | kiss a -
NOTE: If swapping from busybox init on a
running system, shutdown/reboot by
invoking 'busybox-init poweroff'.
sinit's poweroff/reboot utilities
can't be of use until it is actually
running.
EOF
|