diff --git a/inxi b/inxi index 74728f4..05f06d8 100755 --- a/inxi +++ b/inxi @@ -2481,7 +2481,7 @@ get_partition_data_advanced() partition = "" } - # handle Arch /dev/root for / id + # handle /dev/root for / id if ( partition == "root" ) { # if this works, great, otherwise, just set this to null values partTemp="'$( readlink /dev/root 2>/dev/null )'"