From 00a3d0059ae95c78ee386ea59f22f4a48e52e390 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 30 Apr 2024 21:56:51 +0200 Subject: [PATCH] arc_functios: add cmdline entry Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc-functions.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/initrd/opt/arc/arc-functions.sh b/files/initrd/opt/arc/arc-functions.sh index 2942835a..5c72981d 100755 --- a/files/initrd/opt/arc/arc-functions.sh +++ b/files/initrd/opt/arc/arc-functions.sh @@ -253,9 +253,10 @@ function cmdlineMenu() { 1) MSG="" MSG+="Commonly used Parameter:\n" - MSG+=" * \Z4disable_mtrr_trim=\Zn\n disables kernel trim any uncacheable memory out.\n" + MSG+=" * \Z4disable_mtrr_trim=\Zn\n Disables kernel trim any uncacheable memory out.\n" MSG+=" * \Z4intel_idle.max_cstate=1\Zn\n Set the maximum C-state depth allowed by the intel_idle driver.\n" - MSG+=" * \Z4pcie_port_pm=off\Zn\n Turn off the power management of the PCIe port.\n" + MSG+=" * \Z4pcie_port_pm=off\Zn\n Disable the power management of the PCIe port.\n" + MSG+=" * \Z4pci=realloc=off\Zn\n Disable reallocating PCI bridge resources.\n" MSG+=" * \Z4libata.force=noncq\Zn\n Disable NCQ for all SATA ports.\n" MSG+=" * \Z4i915.enable_guc=2\Zn\n Enable the GuC firmware on Intel graphics hardware.(value: 1,2 or 3)\n" MSG+=" * \Z4i915.max_vfs=7\Zn\n Set the maximum number of virtual functions (VFs) that can be created for Intel graphics hardware.\n"