mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-12 11:06:53 +00:00
Update disk-passthrough_ct.sh
This commit is contained in:
parent
eda5a34058
commit
e1693d0910
@ -257,7 +257,7 @@ while read -r DISK; do
|
||||
[[ "$IS_LVM" == true ]] && LABEL+=" ⚠ LVM"
|
||||
[[ "$IS_ZFS" == true ]] && LABEL+=" ⚠ ZFS"
|
||||
|
||||
DESCRIPTION=$(printf "%-30s %10s%s" "$MODEL" "$SIZE" "$LABEL")
|
||||
DESCRIPTION=$(printf "%-24s %10s%s" "$MODEL" "$SIZE" "$LABEL")
|
||||
FREE_DISKS+=("$DISK" "$DESCRIPTION" "OFF")
|
||||
fi
|
||||
done < <(lsblk -dn -e 7,11 -o PATH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user