Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom improvements #3

Closed
wants to merge 3 commits into from
Closed

custom improvements #3

wants to merge 3 commits into from

Conversation

xrg
Copy link

@xrg xrg commented Aug 27, 2014

Thanks for the project. I'm building my inventory on it.
Please review and cherry-pick (or merge) as you wish.

Suppose we have:
    /dev/sda1     -> ext3 "/" partition
    /dev/sda2     -> extended partition
       /dev/sda5  -> ext3 "/usr" partition
       /dev/sda6  -> ext4 "/home" partition
This one-liner will perform detailed filesystem analysis on "sda5"
and "sda6".
In my case, I sample my hardware and diff the output of "lshw" every
day to see if anything has changed. Inside each machine I cannot do
extensive comparison of these files, just a plain "diff".
Having the mount-time change at every boot is a bit annoying, since
it provides a false positive diff.

Have a command-line option "-notime" to skip such attributes, and
perhaps extend to other devices, in that sense.
@lyonel
Copy link
Owner

lyonel commented Sep 9, 2014

thanks!
merged parts 2 and 3 (as the main lshw source archive is managed in Subversion, part 1 doesn't apply)

@lyonel lyonel closed this Sep 9, 2014
lyonel added a commit that referenced this pull request Sep 9, 2014
merge Git pull request by xrg #3


git-svn-id: http://ezix.org/source/packages/lshw/development@2543 811e2811-9fd9-0310-a116-b6e8ac943c8b
lyonel added a commit that referenced this pull request Sep 9, 2014
merge Git pull request by xrg #3


git-svn-id: http://ezix.org/source/packages/lshw/development@2544 811e2811-9fd9-0310-a116-b6e8ac943c8b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants