Add FMP UUIDs for ESRT
These are just version 4 (random) UUIDs to use as FMP GUIDs. This change was generated with the following command: find models/ -name edk2.config -exec bash -c 'echo -e "\n# FMP UUIDs for ESRT\nSYSTEM_FMP_UUID=$(uuidgen -r)\nEC_FMP_UUID=$(uuidgen -r)" >> {}' \; And then staged for everything except QEMU. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
@ -62,7 +62,7 @@ if [ -e "${MODEL_DIR}/edk2.config" ]
|
||||
then
|
||||
while read line
|
||||
do
|
||||
if [[ "$line" != "#"* ]]
|
||||
if [ -n "$line" ] && [[ "$line" != "#"* ]]
|
||||
then
|
||||
EDK2_ARGS+=(-D "$line")
|
||||
fi
|
||||
|
Reference in New Issue
Block a user