summaryrefslogtreecommitdiffstats
path: root/addseabios
Commit message (Collapse)AuthorAgeFilesLines
* libreboot_bin.tar.xz: Include utils as statically linked binariesFrancis Rowe2014-11-241-8/+24
| | | | | This means that the user does not have to install build dependency or build from source anymore.
* scripts (error handling): Replace exit with exit 1Francis Rowe2014-11-201-2/+2
| | | | | This is so that scripts using these in the future can more easily debug if errors occur.
* Error checkingFrancis Rowe2014-11-091-0/+2
| | | | | | | | | | Add set -e -u -v to all scripts. flash, lenovobios_firstflash, lenovobios_secondflash and macbook21_firstflash only have -v set because these are expected to have errors powertop.trisquel6 has nothing added.
* ROM images no longer include SeaBIOSFrancis Rowe2014-09-161-0/+65
Instead, the user adds it afterwards. Documentation and scripts updated.