mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
added cat /etc/fstab to debugger
This commit is contained in:
parent
722c3f77d6
commit
ee195f51ea
1
inxi
1
inxi
|
@ -1364,6 +1364,7 @@ debug_data_collector()
|
||||||
cat $FILE_PARTITIONS &> $xiin_data_dir/proc-partitions.txt
|
cat $FILE_PARTITIONS &> $xiin_data_dir/proc-partitions.txt
|
||||||
cat $FILE_SCSI &> $xiin_data_dir/proc-scsi.txt
|
cat $FILE_SCSI &> $xiin_data_dir/proc-scsi.txt
|
||||||
cat $FILE_MOUNTS &> $xiin_data_dir/proc-mounts.txt
|
cat $FILE_MOUNTS &> $xiin_data_dir/proc-mounts.txt
|
||||||
|
cat /etc/fstab &> $xiin_data_dir/etc-fstab.txt
|
||||||
inxi_args='pluo'
|
inxi_args='pluo'
|
||||||
fi
|
fi
|
||||||
echo 'Creating inxi output file now. This can take a few seconds...'
|
echo 'Creating inxi output file now. This can take a few seconds...'
|
||||||
|
|
Loading…
Reference in a new issue