Previous patch support_OPENEULER_to_configure.patch detects openEuler by
checking content of file /etc/openEuler-release for the ID value.
However the right file to check is /etc/os-release. This mistake leads
to incorrectly detecting the distro as REDHAT.
As upstream already supported openEuler since commit 1d8924c34, backport
it with minor changes to properly support openEuler.
And after openEuler is correctly detected, appliance package list need
to be updated to include the correct package names for openEuler. It was
using the list for REDHAT before, which is not fully correct.
This fixes issue #IB2MW0.
Signed-off-by: Kai Liu <kai.liu@windriver.com>