This commit is contained in:
Harald Hope 2020-12-15 15:27:02 -08:00
parent c7a2605a7c
commit 10c38ebca4

View file

@ -86,7 +86,7 @@ well though because google keeps locking down key file read/search permissions i
5. More ARM device detections, that got tuned quite a bit and cleaned up, for 5. More ARM device detections, that got tuned quite a bit and cleaned up, for
instance, it was doing case sensitive checks, but found cases where the value instance, it was doing case sensitive checks, but found cases where the value
is all upper case, so it was missing it. Now it does case sensitive device type is all upper case, so it was missing it. Now it does case insensitive device type
searches. searches.
6. One of the oldest glitches in inxi was the failure to take the size of the raid 6. One of the oldest glitches in inxi was the failure to take the size of the raid
@ -146,7 +146,7 @@ added as many types as I could find.. Also explictly now remove any _member type
item, which is always part of some other logical structure, like RAID or item, which is always part of some other logical structure, like RAID or
LVM, those were not explicitly handled before. LVM, those were not explicitly handled before.
12. Corrected the varous terms ZFS can use for spare drives, and due to how 12. Corrected the various terms ZFS can use for spare drives, and due to how
those describe slightly different situations than simply spare, changed the spare those describe slightly different situations than simply spare, changed the spare
section header to Available, which is more accureate for ZFS. section header to Available, which is more accureate for ZFS.