source: MondoRescue/branches/2.2.4/mindi/bkphw@ 3508

Last change on this file since 3508 was 925, checked in by Bruno Cornec, 17 years ago
  • tabs nor correct in mindi
  • MONDOTMP used everywhere in mindi (TMP_ROOT removed) for temp files
  • Images now created under /var/cache/mindi - CACHE_LOC var
  • new MindiExit function added and used everywhere
  • HackMountlist and HackAwk removed
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.