grub-mkrescue: Delete temporary file
Reported by: Thomas Schmitt
This commit is contained in:
parent
4111882828
commit
dbab354157
1 changed files with 2 additions and 0 deletions
|
@ -310,6 +310,7 @@ make_image_fwdisk_abs (enum grub_install_plat plat,
|
|||
grub_install_make_image_wrap (source_dirs[plat], "()/boot/grub", output,
|
||||
0, load_cfg, mkimage_target, 0);
|
||||
grub_install_pop_module ();
|
||||
grub_util_unlink (load_cfg);
|
||||
}
|
||||
|
||||
static int
|
||||
|
@ -647,6 +648,7 @@ main (int argc, char *argv[])
|
|||
}
|
||||
grub_install_pop_module ();
|
||||
grub_install_pop_module ();
|
||||
grub_util_unlink (load_cfg);
|
||||
}
|
||||
|
||||
/** build multiboot core.img */
|
||||
|
|
Loading…
Reference in a new issue