Fix typo in variable name (LH_LINUX_FLAVOURS instead of LB_LINUX_FLAVOURS) in installer_debian-installer script, affecting the armel architecture (Closes: #770796).
This commit is contained in:
parent
57dd8c6376
commit
0e9d949c3d
|
@ -109,7 +109,7 @@ esac
|
|||
# Set architecture-specific variables
|
||||
case "${LB_ARCHITECTURES}" in
|
||||
armel)
|
||||
DEFAULT_FLAVOUR="$(echo ${LH_LINUX_FLAVOURS} | awk '{ print $1 }')"
|
||||
DEFAULT_FLAVOUR="$(echo ${LB_LINUX_FLAVOURS} | awk '{ print $1 }')"
|
||||
case "${DI_IMAGE_TYPE}" in
|
||||
cdrom)
|
||||
DI_REMOTE_BASE="${DEFAULT_FLAVOUR}/cdrom"
|
||||
|
|
Loading…
Reference in New Issue