Browse Source

x230: include build.sh

pull/35/head
Martin Kepplinger 6 years ago
parent
commit
a449ef503f
2 changed files with 6 additions and 1 deletions
  1. +2
    -1
      x230/README.md
  2. +4
    -0
      x230/build.sh

+ 2
- 1
x230/README.md View File

@ -3,7 +3,8 @@
![seabios_bootmenu](front.jpg)
## Latest release
* `./build.sh -c $(ls -1 x230/config-* | cut -c 13-22) x230` should produce the exact release image file. Get it from our [release page](https://github.com/merge/coreboot-x230/releases)
* `./build.sh` should produce the exact release image file (from skulls a git checkout).
Get it from our [release page](https://github.com/merge/coreboot-x230/releases)
* __coreboot__: We take coreboot's master branch at the time we build a release image.
* __microcode update__: revision `1f` from 2018-02-07 see package [20180312](https://downloadcenter.intel.com/download/27591) under [Intel's license](LICENSE.microcode)
* __SeaBIOS__: version [1.11.1](https://seabios.org/Releases) from 2018-03-19


+ 4
- 0
x230/build.sh View File

@ -0,0 +1,4 @@
#!/bin/bash
rm -rf build
cd ..
./build.sh -c $(ls -1 x230/config-* | cut -c 13-22) x230

Loading…
Cancel
Save