From 4e556b449d1653810089e3e8a49dc6b48c696d08 Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Fri, 6 Sep 2019 21:44:09 +0000 Subject: [PATCH] [201811] Log message containing SONiC version to syslog at boot --- files/image_config/platform/rc.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/image_config/platform/rc.local b/files/image_config/platform/rc.local index 76fe390be3c..1df03718da3 100755 --- a/files/image_config/platform/rc.local +++ b/files/image_config/platform/rc.local @@ -121,6 +121,8 @@ program_console_speed() #### Begin Main Body #### +logger "SONiC version ${SONIC_VERSION} starting up..." + # If the machine.conf is absent, it indicates that the unit booted # into SONiC from another NOS. Extract the machine.conf from ONIE. if [ ! -e /host/machine.conf ]; then