Skip to content

initscript: repeat the shutdown and pipeline status messages 3 times

Martin Roukala requested to merge repeat_important_messages into master

In some rare occasions, important messages may get get corrupted by other messages being outputted at the same time by the kernel, or the serial console may simply drop a character.

Since this message is pretty important, let's be defensive and repeat it multiple times.

Fixes: #50 (moved)

Merge request reports