Replacing s390 with s390x in architecture specific defaults.
This commit is contained in:
parent
b63b8f182e
commit
34baf50ab3
|
@ -627,7 +627,7 @@ Set_defaults ()
|
|||
esac
|
||||
;;
|
||||
|
||||
s390)
|
||||
s390x)
|
||||
case "${LB_MODE}" in
|
||||
progress-linux|ubuntu)
|
||||
Echo_error "Architecture ${LIVE_IMAGE_ARCHITECTURE} not supported in the ${LB_MODE} mode."
|
||||
|
@ -635,7 +635,7 @@ Set_defaults ()
|
|||
;;
|
||||
|
||||
*)
|
||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-s390}"
|
||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-s390x}"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue