Sign in
gbmc
/
meta-gbmc-staging
/
1730ab86dc40baf5b4b28f5940489e400e408eb7
/
.
/
recipes-google
/
flash
/
bmc-bios-update
/
bios-update.sh
blob: 95e716ed442f650f9a30a224b155bf178646ae94 [
file
]
#!/bin/bash
if
!
source
/
usr
/
libexec
/
bios
-
common
.
sh
;
then
echo
"Error loading the bios-common.sh library"
exit
2
fi
IMAGE_FILE
=
"/tmp/bios-image"
bios_activate
"$IMAGE_FILE"