mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-22 06:17:52 +00:00
10 lines
130 B
Bash
10 lines
130 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
flashrom \
|
||
|
--force \
|
||
|
--noverify \
|
||
|
--programmer internal \
|
||
|
--layout /etc/x230-layout.txt \
|
||
|
--image BIOS \
|
||
|
-w "$*"
|