This commit is contained in:
MacRimi
2025-03-01 21:16:07 +01:00
parent b3c3e4d8e2
commit 513ac26e71
4 changed files with 88 additions and 80 deletions

View File

@@ -38,7 +38,7 @@ export default function SystemSettingsPage() {
<h1 className="text-3xl font-bold">System Settings</h1>
</div>
<p className="mb-4">
The <strong>System Settings</strong> category in the <code>customizable_post_install.sh</code> script focuses on core system configurations
The <strong>System Settings</strong> category focuses on core system configurations
and optimizations for your Proxmox VE installation. These settings are crucial for improving system performance,
stability, and resource management, ensuring your virtualization environment operates at peak efficiency.
</p>
@@ -116,8 +116,7 @@ sudo sysctl -p /etc/sysctl.d/99-memory.conf`} />
<section className="mt-12 p-4 bg-blue-100 rounded-md">
<h2 className="text-xl font-semibold mb-2">Automatic Application</h2>
<p>
All of these optimizations are automatically applied when selected in the Basic Settings section of the
customizable_post_install.sh script. This automation ensures that these beneficial settings are applied
All of these optimizations are automatically applied when selected in the System section. This automation ensures that these beneficial settings are applied
consistently and correctly, saving time and reducing the potential for human error during manual
configuration.
</p>