Skip to content

Commit

Permalink
fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed May 13, 2024
1 parent 4206405 commit 5c1f6a4
Show file tree
Hide file tree
Showing 17 changed files with 1,481 additions and 1,476 deletions.
184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/ar_SA/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/de_DE/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

172 changes: 86 additions & 86 deletions files/initrd/opt/rr/lang/en_US/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/es_ES/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

186 changes: 93 additions & 93 deletions files/initrd/opt/rr/lang/fr_FR/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/ja_JP/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/ko_KR/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

193 changes: 99 additions & 94 deletions files/initrd/opt/rr/lang/rr.pot

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/ru_RU/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

186 changes: 93 additions & 93 deletions files/initrd/opt/rr/lang/th_TH/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/tr_TR/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/uk_UA/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/vi_VN/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/zh_CN/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/zh_HK/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

184 changes: 92 additions & 92 deletions files/initrd/opt/rr/lang/zh_TW/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions files/initrd/opt/rr/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -843,9 +843,9 @@ function cmdlineMenu() {
MSG+="$(TEXT " * \Z4intel_idle.max_cstate=1\Zn\n Set the maximum C-state depth allowed by the intel_idle driver.\n")"
MSG+="$(TEXT " * \Z4pcie_port_pm=off\Zn\n Turn off the power management of the PCIe port.\n")"
MSG+="$(TEXT " * \Z4libata.force=noncq\Zn\n Disable NCQ for all SATA ports.\n")"
MSG+="$(TEXT " * \Z4SataPortMap=??\Zn\n Sata Port Map.(Not apply to DT models.)\n")"
MSG+="$(TEXT " * \Z4DiskIdxMap=??\Zn\n Disk Index Map, Modify disk name sequence.(Not apply to DT models.)\n")"
MSG+="$(TEXT " * \Z4ahci_remap=4>5:5>8:12>16\Zn\n Remap data port sequence.(Not apply to DT models.)\n")"
MSG+="$(TEXT " * \Z4SataPortMap=??\Zn\n Sata Port Map(Not apply to DT models).\n")"
MSG+="$(TEXT " * \Z4DiskIdxMap=??\Zn\n Disk Index Map, Modify disk name sequence(Not apply to DT models).\n")"
MSG+="$(TEXT " * \Z4ahci_remap=4>5:5>8:12>16\Zn\n Remap data port sequence(Not apply to DT models).\n")"
MSG+="$(TEXT " * \Z4i915.enable_guc=2\Zn\n Enable the GuC firmware on Intel graphics hardware.(value: 1,2 or 3)\n")"
MSG+="$(TEXT " * \Z4i915.max_vfs=7\Zn\n Set the maximum number of virtual functions (VFs) that can be created for Intel graphics hardware.\n")"
MSG+="$(TEXT " * \Z4i915.modeset=0\Zn\n Disable the kernel mode setting (KMS) feature of the i915 driver.\n")"
Expand Down Expand Up @@ -981,9 +981,9 @@ function synoinfoMenu() {
MSG=""
MSG+="$(TEXT "Commonly used synoinfo:\n")"
MSG+="$(TEXT " * \Z4maxdisks=??\Zn\n Maximum number of disks supported.\n")"
MSG+="$(TEXT " * \Z4internalportcfg=0x????\Zn\n Internal(sata) disks mask.\n")"
MSG+="$(TEXT " * \Z4esataportcfg=0x????\Zn\n Esata disks mask.\n")"
MSG+="$(TEXT " * \Z4usbportcfg=0x????\Zn\n USB disks mask.\n")"
MSG+="$(TEXT " * \Z4internalportcfg=0x????\Zn\n Internal(sata) disks mask(Not apply to DT models).\n")"
MSG+="$(TEXT " * \Z4esataportcfg=0x????\Zn\n Esata disks mask(Not apply to DT models).\n")"
MSG+="$(TEXT " * \Z4usbportcfg=0x????\Zn\n USB disks mask(Not apply to DT models).\n")"
MSG+="$(TEXT " * \Z4max_sys_raid_disks=12\Zn\n Maximum number of system partition(md0) raid disks.\n")"
MSG+="$(TEXT "\nEnter the parameter name and value you need to add.\n")"
LINENUM=$(($(echo -e "${MSG}" | wc -l) + 10))
Expand Down

0 comments on commit 5c1f6a4

Please sign in to comment.