Skip to content

Commit

Permalink
Updated comments for reboot-cause platform
Browse files Browse the repository at this point in the history
Updated comments for reboot-cause platform directory
  • Loading branch information
santhosh-kt committed Jan 30, 2020
1 parent 7eeb610 commit be2de77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions files/image_config/platform/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,8 @@ if [ -f $FIRST_BOOT_FILE ]; then
# Notify firstboot to Platform, to use it for reboot-cause
touch /tmp/notify_firstboot_to_platform

# create /host/reboot-cause/platform/ directory
# /host/reboot-cause/platform/reboot-reason
# will be used to track last reboot reason
# Create /host/reboot-cause/platform/ directory
# can be used to track last reboot reason by some platforms
if [ ! -d /host/reboot-cause/platform ]; then
mkdir -p /host/reboot-cause/platform
fi
Expand Down

0 comments on commit be2de77

Please sign in to comment.