binary_syslinux: Acommodate LB_INITRAMFS not live-boot
This commit is contained in:
parent
2127283494
commit
2735f3bd38
|
@ -45,9 +45,12 @@ Check_architectures amd64 i386
|
|||
Check_crossarchitectures
|
||||
|
||||
case "${LB_INITRAMFS}" in
|
||||
*)
|
||||
live-boot)
|
||||
_INITRAMFS="live"
|
||||
;;
|
||||
*)
|
||||
_INITRAMFS="boot"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Assembling image specifics
|
||||
|
|
Loading…
Reference in New Issue