diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-21 01:25:23 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-21 01:25:23 +0100 |
| commit | 34f664e233f4868e05f0d294d149c374d84149ea (patch) | |
| tree | 91a69f0955105d69b52ad36b0930b82a43f5ff3a /include | |
| parent | dd38359ced2479f241d7d333c54c245930f28b58 (diff) | |
vendor.sh: use -w, not --whitelist
for some reason, --whitelist wouldn't work anymore
with my copy of me_cleaner. -w is officially supported.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/fw/vendor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fw/vendor.sh b/include/fw/vendor.sh index 74946ac0..a928171b 100644 --- a/include/fw/vendor.sh +++ b/include/fw/vendor.sh @@ -225,7 +225,7 @@ find_me() eval "`newvar _keep _pass`" # -k (keep fptr modules), -p (skip checks) [ "$ME11bootguard" = "y" ] && \ - mfs="--whitelist MFS" + mfs="-w MFS" if [ "$MEclean" = "n" ]; then MEshrink="n" _keep="-k" # keep ME modules, don't delete anything |
