From 3c8c3c4b5790d84997f1c1b4d219a4a02c599680 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 30 Jun 2020 23:40:24 +0200 Subject: [PATCH] - skel-root/vuplus: fix welcome message --- skel-root/vuplus/etc/init.d/rcS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skel-root/vuplus/etc/init.d/rcS b/skel-root/vuplus/etc/init.d/rcS index dfa3d62d..32692496 100755 --- a/skel-root/vuplus/etc/init.d/rcS +++ b/skel-root/vuplus/etc/init.d/rcS @@ -80,8 +80,8 @@ service networking start service ntpdate start # say hi to everyone -echo "Booting... NI" > /dev/dbox/oled0 oled -b 5 +oled -tc "Booting... NI" # trap CTRL-C only in this shell so we can interrupt subprocesses trap ":" INT QUIT TSTP