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
|
Check_crossarchitectures
|
||||||
|
|
||||||
case "${LB_INITRAMFS}" in
|
case "${LB_INITRAMFS}" in
|
||||||
*)
|
live-boot)
|
||||||
_INITRAMFS="live"
|
_INITRAMFS="live"
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
_INITRAMFS="boot"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Assembling image specifics
|
# Assembling image specifics
|
||||||
|
|
Loading…
Reference in New Issue