Mario Gzuk <[EMAIL PROTECTED]> writes: > Hi, > what about to add lshw into linuxaux? This will be a great feature to > run it optional through the install script (maybe a boot parameter) and > have a great hardware overview at one share. > Here is my suggestion: > boot with parameter LOG_DIR=\\somwhere\somehow LOG_USER= LOG_PASS= > after the computername you can run this with: > lshw -xml > $LOG_DIR\$computername.xml
I took a look at this today. I agree lshw is a nice tool. Unfortunately, it is written in C++, which means we would have to add libstdc++ to linuxaux as well. That is just too much overhead for a non-essential tool. Besides, we already bundle lspci and dmidecode, which together provide most of the information you could reasonably care about, I think. Sorry! - Pat ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ unattended-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-devel
