mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
inject.sh: tidy up the deguard command
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+3
-4
@@ -189,10 +189,9 @@ apply_me11_deguard_mod()
|
||||
{
|
||||
(
|
||||
x_ cd src/deguard/
|
||||
x_ ./finalimage.py --delta "data/delta/$ME11delta" \
|
||||
--version "$ME11version" \
|
||||
--pch "$ME11pch" --sku "$ME11sku" --fake-fpfs data/fpfs/zero \
|
||||
--input "$_metmp" --output "$_me"
|
||||
x_ ./finalimage.py --delta "data/delta/$ME11delta" --version \
|
||||
"$ME11version" --pch "$ME11pch" --sku "$ME11sku" --fake-fpfs \
|
||||
data/fpfs/zero --input "$_metmp" --output "$_me"
|
||||
) || err "Error running deguard for $_me - $dontflash"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user