diff --git a/scripts/disk-passthrough.sh b/scripts/disk-passthrough.sh index e0259a9..f5f7b0a 100644 --- a/scripts/disk-passthrough.sh +++ b/scripts/disk-passthrough.sh @@ -202,7 +202,7 @@ while read -r DISK; do fi if $SHOW_DISK; then - [[ "$IS_RAID" == true ]] && LABEL+=" ⚠ with partitions" + # [[ "$IS_RAID" == true ]] && LABEL+=" ⚠ with partitions" [[ "$IS_LVM" == true ]] && LABEL+=" ⚠ LVM" [[ "$IS_ZFS" == true ]] && LABEL+=" ⚠ ZFS" [[ -n "$USED_BY" ]] && LABEL+=" [$USED_BY]"