source: MondoRescue/trunk/mindi/bkphw@ 959

Last change on this file since 959 was 932, checked in by Bruno Cornec, 17 years ago

merge -r913:931 $SVN_M/branches/stable

File size: 264 bytes
Line 
1#!/usr/bin/perl -w
2#
3# Backup the hardware configuration on machine supporting it
4# (Bios configuration, Raid configuration, ...)
5#
6# For this to work you need lshw (http://lshw.ezix.org)
7#
8
9open(SYSTEM,"lshw -short -C system |") || die "Unable to execute lshw";
10
Note: See TracBrowser for help on using the repository browser.