From 77ed553c8cc2544bd5e8fd50be2a8aadfcb9086d Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:24:34 +0200 Subject: [PATCH] Update ct/openeuler.sh Co-authored-by: Sam Heinz --- ct/openeuler.sh | 5 ----- 1 file changed, 5 deletions(-) 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}"