From e1fa72058e71efd7ef3e7cac431326a934840a1a Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Mon, 1 Jul 2024 21:10:18 +0200 Subject: [PATCH] storage: update description Signed-off-by: AuxXxilium --- files/initrd/opt/arc/include/storage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/initrd/opt/arc/include/storage.sh b/files/initrd/opt/arc/include/storage.sh index 983e1c27..0dc24bf3 100755 --- a/files/initrd/opt/arc/include/storage.sh +++ b/files/initrd/opt/arc/include/storage.sh @@ -156,8 +156,8 @@ function getmapSelection() { --menu "Choose a Portmap for Sata!?\n* Recommended Option" 8 60 0 \ 1 "DiskIdxMap: Active Ports ${REMAP1}" \ 2 "DiskIdxMap: Max Ports ${REMAP2}" \ - 3 "SataRemap: Remove blank Ports ${REMAP3}" \ - 4 "AhciRemap: Remove blank Ports (new) ${REMAP4}" \ + 3 "SataRemap: Remove empty Ports ${REMAP3}" \ + 4 "AhciRemap: Remove empty Ports (new) ${REMAP4}" \ 5 "Set my own Portmap in Config" \ 2>"${TMP_PATH}/resp" [ $? -ne 0 ] && return 1