From 386c4275946520bc590428e730a9d515155436a0 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Thu, 22 Jan 2009 23:37:50 +0000 Subject: sys: backup dmsetup info as well, for easier restoring of Luks headers --- handlers/sys.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'handlers') diff --git a/handlers/sys.in b/handlers/sys.in index b7e94b0..e6cb273 100755 --- a/handlers/sys.in +++ b/handlers/sys.in @@ -478,6 +478,9 @@ if [ $os = "redhat" ]; then elif [ $os = "debian" ]; then catifexec "/sbin/vgdisplay" "-vv" fi + +STATUS="Collecting device-mapper (dm) information:" +catifexec '/sbin/dmsetup' 'info' STATUS="Collecting SCSI Tape information (/etc/stinit.def)" catiffile "/etc/stinit.def" -- cgit v1.2.3