This commit is contained in:
MacRimi 2025-03-07 19:01:44 +01:00
parent 06221c1c44
commit add67ea9cc
2 changed files with 17 additions and 0 deletions

View File

@ -26,6 +26,14 @@
# #
# License: BSD (Berkeley Software Distribution) # License: BSD (Berkeley Software Distribution)
# #
# Additionally, this script incorporates elements from the
# Proxmox VE Post Install script from Proxmox VE Helper-Scripts.
#
# Copyright (c) Proxmox VE Helper-Scripts Community
# Script updates can be found at: https://github.com/community-scripts/ProxmoxVE
#
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
#
# Key features: # Key features:
# - Configures system memory and kernel settings for better performance. # - Configures system memory and kernel settings for better performance.
# - Enables IOMMU and VFIO for PCI passthrough and virtualization optimizations. # - Enables IOMMU and VFIO for PCI passthrough and virtualization optimizations.

View File

@ -22,6 +22,15 @@
# #
# These utilities ensure a streamlined and uniform user experience # These utilities ensure a streamlined and uniform user experience
# across different ProxMenux scripts. # across different ProxMenux scripts.
#
# This script incorporates elements from the
# Proxmox VE Post Install script from Proxmox VE Helper-Scripts.
#
# Copyright (c) Proxmox VE Helper-Scripts Community
# Script updates can be found at: https://github.com/community-scripts/ProxmoxVE
#
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
#
# ========================================================== # ==========================================================
# Repository and directory structure # Repository and directory structure