mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
build/boot/roms: delete tmpcfg when done
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -383,6 +383,7 @@ build_grub_roms() {
|
||||
[ -z "${grub_timeout}" ] || \
|
||||
"${cbfstool}" "${tmprompath}" add -f "${tmpcfg}" -n timeout.cfg \
|
||||
-t raw || err "mkGrubROM: cannot insert timeout.cfg into CBFS"
|
||||
rm -f "${tmpcfg}" || err "cannot delete tmpcfg"
|
||||
|
||||
keymaps=""
|
||||
if [ -z ${keyboard_layouts} ]; then
|
||||
|
||||
Reference in New Issue
Block a user