Merge pull request #102172 from grahamc/stage-1-datestamps
stage-1: add datestamps to logs
This commit is contained in:
commit
82578fc725
@ -120,7 +120,7 @@ eval "exec $logOutFd>&1 $logErrFd>&2"
|
|||||||
if test -w /dev/kmsg; then
|
if test -w /dev/kmsg; then
|
||||||
tee -i < /tmp/stage-1-init.log.fifo /proc/self/fd/"$logOutFd" | while read -r line; do
|
tee -i < /tmp/stage-1-init.log.fifo /proc/self/fd/"$logOutFd" | while read -r line; do
|
||||||
if test -n "$line"; then
|
if test -n "$line"; then
|
||||||
echo "<7>stage-1-init: $line" > /dev/kmsg
|
echo "<7>stage-1-init: [$(date)] $line" > /dev/kmsg
|
||||||
fi
|
fi
|
||||||
done &
|
done &
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user