mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 00:03:45 +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}" ] || \
|
[ -z "${grub_timeout}" ] || \
|
||||||
"${cbfstool}" "${tmprompath}" add -f "${tmpcfg}" -n timeout.cfg \
|
"${cbfstool}" "${tmprompath}" add -f "${tmpcfg}" -n timeout.cfg \
|
||||||
-t raw || err "mkGrubROM: cannot insert timeout.cfg into CBFS"
|
-t raw || err "mkGrubROM: cannot insert timeout.cfg into CBFS"
|
||||||
|
rm -f "${tmpcfg}" || err "cannot delete tmpcfg"
|
||||||
|
|
||||||
keymaps=""
|
keymaps=""
|
||||||
if [ -z ${keyboard_layouts} ]; then
|
if [ -z ${keyboard_layouts} ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user