diff --git a/ct/openeuler.sh b/ct/openeuler.sh index cd96042f7..93e74d5e1 100644 --- a/ct/openeuler.sh +++ b/ct/openeuler.sh @@ -8,11 +8,6 @@ source "$_cs_boot" 2>/dev/null || source <(curl -fsSL "${COMMUNITY_SCRIPTS_CORE_ # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://www.openeuler.org/ -# NOTE: openEuler has a PVE compatibility issue -# PVE detects openEuler templates as ostype 'centos', but the templates ship -# without /etc/redhat-release, so PVE's post_create_hook aborts pct create. -# build.func patches the cached template once (injects /etc/redhat-release) -# right before pct create, see template_patch step in build_container(). APP="openEuler" var_tags="${var_tags:-os}"