Update ct/openeuler.sh

Co-authored-by: Sam Heinz <sam@samheinz.com>
This commit is contained in:
CanbiZ (MickLesk)
2026-08-26 13:24:34 +02:00
committed by GitHub
parent 24fd0da892
commit 77ed553c8c

View File

@@ -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}"