[util-iso] seems pxe needs more space

This commit is contained in:
Philip 2017-01-10 11:34:01 +01:00
parent bc1df1fa1e
commit 250faf60c3

View file

@ -388,7 +388,7 @@ make_efi_dvd() {
local size=31M
local mnt="${mnt_dir}/efiboot" img="${src}/efiboot.img"
${pxe_boot} && size=40M
${pxe_boot} && size=46M
msg2 "Creating fat image of %s ..." "${size}"
truncate -s ${size} "${img}"
mkfs.fat -n MISO_EFI "${img}" &>/dev/null