Compare commits

..

1 Commits

Author SHA1 Message Date
MickLesk b5bff893b0 build.func: fix SDN vnet network parameter to use bridge instead of vnet 2026-07-01 21:32:56 +02:00
3 changed files with 2 additions and 12 deletions
-5
View File
@@ -38,11 +38,6 @@ function update_script() {
PYTHON_VERSION="3.12" setup_uv
JAVA_VERSION="25" setup_java
msg_info "Patching Native Libraries for LXC Compatibility"
ensure_dependencies patchelf
find /usr/lib -name "libicudata.so.*" -exec patchelf --clear-execstack {} \; || true
msg_ok "Patched Native Libraries"
msg_info "Stopping Services"
systemctl stop stirlingpdf libreoffice-listener unoserver
msg_ok "Stopped Services"
+1 -6
View File
@@ -27,8 +27,7 @@ $STD apt install -y \
fonts-urw-base35 \
qpdf \
poppler-utils \
jbig2 \
patchelf
jbig2
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.12" setup_uv
@@ -116,10 +115,6 @@ EOF
fi
msg_ok "Created Environment Variables"
msg_info "Patching Native Libraries for LXC Compatibility"
find /usr/lib -name "libicudata.so.*" -exec patchelf --clear-execstack {} \; || true
msg_ok "Patched Native Libraries"
msg_info "Refreshing Font Cache"
$STD fc-cache -fv
msg_ok "Font Cache Updated"
+1 -1
View File
@@ -3930,7 +3930,7 @@ build_container() {
NET_STRING="-net0 name=eth0,bridge=${BRG:-vmbr0}"
if [[ -n "${var_sdn_vnet:-${SDN_VNET:-}}" ]]; then
NET_STRING="-net0 name=eth0,vnet=${var_sdn_vnet:-$SDN_VNET}"
NET_STRING="-net0 name=eth0,bridge=${var_sdn_vnet:-$SDN_VNET}"
fi
# MAC