From d3843f2b31ccafa2fd631db1fd459df6d73d42ef Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Mon, 17 Jun 2024 18:37:22 +0200 Subject: [PATCH] arc-functions: add more synoinfo Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc-functions.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/arc-functions.sh b/files/initrd/opt/arc/arc-functions.sh index ad1b24ed..8059f32f 100755 --- a/files/initrd/opt/arc/arc-functions.sh +++ b/files/initrd/opt/arc/arc-functions.sh @@ -466,7 +466,12 @@ function synoinfoMenu() { MSG+=" * \Z4internalportcfg=0x????\Zn\n Internal(sata) disks mask.\n" MSG+=" * \Z4esataportcfg=0x????\Zn\n Esata disks mask.\n" MSG+=" * \Z4usbportcfg=0x????\Zn\n USB disks mask.\n" - MSG+=" * \Z4max_sys_raid_disks=12\Zn\n Maximum number of system partition(md0) raid disks.\n" + MSG+=" * \Z4max_sys_raid_disks=??\Zn\n Maximum number of system partition(md0) raid disks.\n" + MSG+=" * \Z4support_glusterfs=yes\Zn\n GlusterFS in DSM.\n" + MSG+=" * \Z4support_sriov=yes\Zn\n SR-IOV Support in DSM.\n" + MSG+=" * \Z4support_disk_performance_test=yes\Zn\n Disk Performance Test in DSM.\n" + #MSG+=" * \Z4support_diffraid=yes\Zn\n TO-DO.\n" + #MSG+=" * \Z4support_config_swap=yes\Zn\n TO-DO.\n" MSG+="\nEnter the Parameter Name and Value you want to add.\n" LINENUM=$(($(echo -e "${MSG}" | wc -l) + 10)) while true; do