summaryrefslogtreecommitdiff
path: root/RIKOR/gen-self-image
blob: d2de6a8cc445c1bbceb9b12e180fdf291519a44c (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

image=$1

if [ "x${image}" = "x" ] ; then
  exit 1
fi

cat flash-sila-bmc.in ${image} > flash-sila-bmc
chmod a+x flash-sila-bmc