source:
MondoRescue/trunk/mindi/bkphw@
3799
Last change on this file since 3799 was 932, checked in by , 19 years ago | |
---|---|
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 | |
9 | open(SYSTEM,"lshw -short -C system |") || die "Unable to execute lshw"; |
10 |
Note:
See TracBrowser
for help on using the repository browser.