Skip to content

Commit

Permalink
arc: make error message more clear
Browse files Browse the repository at this point in the history
Signed-off-by: AuxXxilium <info@visionz.media>
  • Loading branch information
AuxXxilium committed Nov 25, 2022
1 parent 19c870a commit 67b92ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/board/arc/overlayfs/opt/arc/arc.sh
Expand Up @@ -190,7 +190,7 @@ function arcbuild() {
function arcdiskconf() {
if [ "$DT" = "true" ] && [ "$RAIDSCSI" -gt 0 ]; then
dialog --backtitle "`backtitle`" --title "ARC Disk Config" \
--infobox "Device Tree Model selected - NO Raid/SCSI supported!" 0 0
--infobox "Device Tree Model selected - Raid/SCSI Controller not supported!" 0 0
sleep 5
exit
else
Expand Down

0 comments on commit 67b92ed

Please sign in to comment.