Replacing s390 with s390x in architecture specific defaults.

This commit is contained in:
Daniel Baumann 2013-10-15 12:20:42 +02:00
parent b63b8f182e
commit 34baf50ab3
1 changed files with 2 additions and 2 deletions

View File

@ -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
;;