From a27f12773bde25511497de91eeef8a1f5578427e Mon Sep 17 00:00:00 2001 From: Joe LeVeque Date: Mon, 9 Sep 2019 14:18:23 -0700 Subject: [PATCH] [baseimage]: Log message containing SONiC version to syslog at boot (#3416) --- 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 76fe390be3..1df03718da 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