添加对asianux平台支持
This commit is contained in:
6
build.sh
6
build.sh
@ -40,8 +40,12 @@ elif [ X"$kernel" == X"centos" ]; then
|
||||
dist_version="CENTOS"
|
||||
elif [ X"$kernel" == X"openeuler" ]; then
|
||||
dist_version="OPENEULER"
|
||||
elif [ X"$kernel" = X"redflag" ]; then
|
||||
dist_version="Asianux"
|
||||
elif [ X"$kernel" = X"asianux" ]; then
|
||||
dist_version="Asianux"
|
||||
else
|
||||
echo "We only support EulerOS, OPENEULER(aarch64) and CentOS platform."
|
||||
echo "We only support EulerOS, OPENEULER(aarch64) CentOS and Asianux platform."
|
||||
echo "Kernel is $kernel"
|
||||
exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user