mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
added btrfs to debugger
This commit is contained in:
parent
1f57eae5bb
commit
b213abd918
1
inxi
1
inxi
|
@ -1777,6 +1777,7 @@ debug_data_collector()
|
|||
df -k &> $debug_data_dir/bsd-df-k-no-excludes.txt
|
||||
# bsd tool
|
||||
mount &> $debug_data_dir/mount.txt
|
||||
btrfs filesystem show &> $debug_data_dir/btrfs-filesystem-show.txt
|
||||
gpart list &> $debug_data_dir/bsd-gpart-list.txt
|
||||
gpart show &> $debug_data_dir/bsd-gpart-show.txt
|
||||
gpart status &> $debug_data_dir/bsd-gpart-status.txt
|
||||
|
|
Loading…
Reference in a new issue