mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox: logging bootprocess to /var/log/messages
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c6224a0530
commit
da30fcd3c5
@ -24,7 +24,9 @@
|
||||
# functions
|
||||
progress() {
|
||||
if test "$DEBUG" = yes; then
|
||||
echo "### $1 ###"
|
||||
logger -s -t Boot "### $1 ###"
|
||||
else
|
||||
logger -t Boot "### $1 ###"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user