added btrfs to debugger

This commit is contained in:
inxi-svn 2014-04-27 23:20:13 +00:00
parent 1f57eae5bb
commit b213abd918

1
inxi
View file

@ -1777,6 +1777,7 @@ debug_data_collector()
df -k &> $debug_data_dir/bsd-df-k-no-excludes.txt df -k &> $debug_data_dir/bsd-df-k-no-excludes.txt
# bsd tool # bsd tool
mount &> $debug_data_dir/mount.txt 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 list &> $debug_data_dir/bsd-gpart-list.txt
gpart show &> $debug_data_dir/bsd-gpart-show.txt gpart show &> $debug_data_dir/bsd-gpart-show.txt
gpart status &> $debug_data_dir/bsd-gpart-status.txt gpart status &> $debug_data_dir/bsd-gpart-status.txt