mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update disk-passthrough.sh
This commit is contained in:
parent
e56775573a
commit
a068bf1d9b
@ -210,7 +210,7 @@ while read -r DISK; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if $SHOW_DISK; then
|
if $SHOW_DISK; then
|
||||||
# [[ "$IS_RAID" == true ]] && LABEL+=" ⚠ with partitions"
|
[[ "$IS_RAID" == true ]] && LABEL+=" ⚠ RAID"
|
||||||
[[ "$IS_LVM" == true ]] && LABEL+=" ⚠ LVM"
|
[[ "$IS_LVM" == true ]] && LABEL+=" ⚠ LVM"
|
||||||
[[ "$IS_ZFS" == true ]] && LABEL+=" ⚠ ZFS"
|
[[ "$IS_ZFS" == true ]] && LABEL+=" ⚠ ZFS"
|
||||||
[[ -n "$USED_BY" ]] && LABEL+=" [$USED_BY]"
|
[[ -n "$USED_BY" ]] && LABEL+=" [$USED_BY]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user