Avoid leaving incorrect documentation in image

Removing the Lenovo README that talks about how to add a boot-time
picture during the BIOS flashing process.  The EC patching script does
not include the steps required for that.
pull/144/head
Hamish Coleman 5 years ago
parent cd96794e1e
commit 7a7b946073

@ -344,6 +344,7 @@ define rule_FL2_insert
mcopy -t -m -o -i $@.tmp@@$(FAT_OFFSET) $@.report.tmp ::report.txt
mcopy -t -m -o -i $@.tmp@@$(FAT_OFFSET) $@.bat.tmp ::AUTOEXEC.BAT
-mdel -i $@.tmp@@$(FAT_OFFSET) ::EFI/Boot/BootX64.efi
-mdel -i $@.tmp@@$(FAT_OFFSET) ::EFI/FLASH/README.TXT
@rm $<.tmp $@.report.tmp $@.bat.tmp
@mv $@.tmp $@

Loading…
Cancel
Save