Using syslinux payload as fallback in lb_binary_syslinux if no destinct image type could be deduced (Closes: #655562).
This commit is contained in:
parent
2eab8fec68
commit
dce7b385ba
|
@ -79,7 +79,7 @@ case "${LB_BINARY_IMAGES}" in
|
|||
_SUFFIX="tftpboot"
|
||||
;;
|
||||
|
||||
hdd*)
|
||||
hdd*|*)
|
||||
_BOOTLOADER="syslinux"
|
||||
_SUFFIX="binary/syslinux"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue