#!/bin/sh

### BEGIN INIT INFO
# Provides:       bios_update_check
# Description:    this is meant to be an rc script.                                         \
#                 It should check to see if there are updates installed via RPM, but that   \
#                 have not been flashed to the device.depending on config.                  \
#                 It should either do the update, email admin, or do nothing.
### END INIT INFO

exit 0
