From 021bb48600f8eefe03a90c06b93116a147102272 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Tue, 15 Dec 2020 15:31:16 -0800 Subject: [PATCH] removed legacy comment --- inxi.changelog | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/inxi.changelog b/inxi.changelog index a1f8ad7..6060e8d 100644 --- a/inxi.changelog +++ b/inxi.changelog @@ -181,12 +181,7 @@ the /dev/dm-xx ID, which makes connecting the various new bits easier, for RAID, Logical reports. Note that /dev/mapper/ is removed from the mapped name since that's redundant and verbose and makes the output harder to read. For mapped devices, the new --logical / -L report lets you drill into the devices to find -out what dm-xx is actually based on, though that is a limited feature which only -supports drilling to a depth of 2 components/devices, there can be more, -particularly for bcache, luks setups, but it's just too hard to code that -level of depth, so something is better than nothing in this case, which -is the actual choice I was faced, the perfect in this case really is/was -the enemy of the good, as they say. +out what dm-xx is actually based on. 5. More big ones, for -a -p/-P/-o/-j shows kernel device major:minor number, which again lets you trace each device around the system and report.