mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
added some arg triggers to --recommends output, and this calls for a patch version update
This commit is contained in:
parent
7e323287cc
commit
2188bc1fbf
8
inxi
8
inxi
|
@ -3,7 +3,7 @@
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### version: 1.6.6
|
#### version: 1.6.6
|
||||||
#### Date: June 10 2011
|
#### Date: June 10 2011
|
||||||
#### Patch Number: 00
|
#### Patch Number: 01
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
########################################################################
|
########################################################################
|
||||||
|
@ -1502,9 +1502,9 @@ check_recommends_items()
|
||||||
'
|
'
|
||||||
local recommended_dirs='
|
local recommended_dirs='
|
||||||
/sys/class/dmi/id/:-M_motherboard-bios
|
/sys/class/dmi/id/:-M_motherboard-bios
|
||||||
/dev:-p,-P,-D_disk-partition-data
|
/dev:-l,-u,-o,-p,-P,-D_disk-partition-data
|
||||||
/dev/disk/by-label/:-p,-P_partition-labels
|
/dev/disk/by-label/:-l,-o,-p,-P_partition-labels
|
||||||
/dev/disk/by-uuid/:-p,-P_partition-uuid
|
/dev/disk/by-uuid/:-u,-o,-p,-P_partition-uuid
|
||||||
'
|
'
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
Loading…
Reference in a new issue