binary_syslinux: Acommodate LB_INITRAMFS not live-boot

This commit is contained in:
David Hewitt 2019-10-18 01:22:23 +00:00 committed by Raphaël Hertzog
parent 2127283494
commit 2735f3bd38
1 changed files with 4 additions and 1 deletions

View File

@ -45,9 +45,12 @@ Check_architectures amd64 i386
Check_crossarchitectures
case "${LB_INITRAMFS}" in
*)
live-boot)
_INITRAMFS="live"
;;
*)
_INITRAMFS="boot"
;;
esac
# Assembling image specifics