mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
added a comment to clarify
This commit is contained in:
parent
455394f2a8
commit
6888c8320d
2
inxi
2
inxi
|
@ -5075,7 +5075,7 @@ get_hdd_data_basic()
|
||||||
# size += $3
|
# size += $3
|
||||||
# }
|
# }
|
||||||
# special case from this data: 8 0 156290904 sda
|
# special case from this data: 8 0 156290904 sda
|
||||||
# note: vm has 252/253 known starter, grsec has 202
|
# note: vm has 252/253/254 known starter, grsec has 202
|
||||||
$1 ~ /^(3|8|22|33|202|252|253|254)$/ && $NF ~ /[hsv]d[a-z]$/ && ( $2 % 16 == 0 || $2 % 16 == 8 ) {
|
$1 ~ /^(3|8|22|33|202|252|253|254)$/ && $NF ~ /[hsv]d[a-z]$/ && ( $2 % 16 == 0 || $2 % 16 == 8 ) {
|
||||||
size += $3
|
size += $3
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue