[Git-commits] [grml/grml-hwinfo] f87c84: grml-hwinfo: Update inxi output
Michael Prokop
noreply at github.com
Fri Nov 22 19:16:28 CET 2024
Branch: refs/heads/master
Home: https://github.com/grml/grml-hwinfo
Commit: f87c84021c0df1e3e9d95a733e40afad6f39b6e6
https://github.com/grml/grml-hwinfo/commit/f87c84021c0df1e3e9d95a733e40afad6f39b6e6
Author: Darshaka Pathirana <dpat at syn-net.org>
Date: 2024-08-31 (Sat, 31 Aug 2024)
Changed paths:
M grml-hwinfo
Log Message:
-----------
grml-hwinfo: Update inxi output
For some reason the full output for inxi does not show extra
verbose options such as -d -f -i -J -l -m -o -p -r -t -u -x.
As grml-hwinfo collects a lot of information regarding hardware, we
should include as much useful information as possible.
Skipped the following flags:
* `-d` [skipped]: Show optical drive data as well as -D hard drive data.
* `-l` [skipped]: Show partition labels.
* `-o` [skipped]: Show unmounted partition information (includes UUID and LABEL
if available).
* `-p` [skipped]: Show full Partition information
* `-r` [skipped]: Show distro repository data.
* `-t` [skipped]: Show processes.
* `-u` [skipped]: Show partition UUIDs.
Included the following flags:
* `-f`: Show all CPU flags used, not just the short list.
* `-i`: Show WAN IP address and local interfaces
* `-J`: Show USB data for attached Hubs and Devices.
* `-m`: Memory (RAM) data.
Updated the output files to include the standard output, extra data level 2
and admin extra data and created "_filter" files for each output with
filtered data (which adds security filters for IP addresses, serial
numbers, MAC, location (-w), and user home directory name and removes
the hostname).
The _filter files can be used when posting online.
It is better to have confidential data filterer out from the output than
to do so afterwards.
Updates: grml/grml-hwinfo#8
Commit: b5a8ef95750257c7d8e813560136028918fa8b9c
https://github.com/grml/grml-hwinfo/commit/b5a8ef95750257c7d8e813560136028918fa8b9c
Author: Michael Prokop <115592+mika at users.noreply.github.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M grml-hwinfo
Log Message:
-----------
Merge pull request #15 from jkirk/jkirk/inxi-output
grml-hwinfo: Update inxi output
Compare: https://github.com/grml/grml-hwinfo/compare/8ad823d37213...b5a8ef957502
To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml-hwinfo/settings/notifications
More information about the Git-commits
mailing list