Using syslinux payload as fallback in lb_binary_syslinux if no destinct image type could be deduced (Closes: #655562).

This commit is contained in:
Daniel Baumann 2012-01-12 12:34:53 +01:00
parent 2eab8fec68
commit dce7b385ba
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ case "${LB_BINARY_IMAGES}" in
_SUFFIX="tftpboot"
;;
hdd*)
hdd*|*)
_BOOTLOADER="syslinux"
_SUFFIX="binary/syslinux"
;;