#!/bin/sh #----------------------------------------------------------------------------- # /var/install/bin/hwdiag-list - Show hardware list # # Copyright (c) 2004 Jens Vehlhaber # # Creation: 03.07.2004 jv # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #----------------------------------------------------------------------------- #include eislib . /var/install/include/eislib # clrhome # mecho -info "Integrated PCI based hardware:" cd /var/lib/hwdiag /usr/sbin/lshwd -cc anykey ### ------------------------------------------------------------------------- exit 0