[Fai-commit] r6216 - branches/stable/3.4/lib/setup-storage

Michael Prokop mika at alioth.debian.org
Tue Nov 30 22:40:50 UTC 2010


Author: mika
Date: 2010-11-30 22:40:49 +0000 (Tue, 30 Nov 2010)
New Revision: 6216

Modified:
   branches/stable/3.4/lib/setup-storage/Volumes.pm
Log:
setup-storage/Volumes.pm: Included parted output line if parsing parted output fails.

This fixes the mysterious "Table header not seen yet."

Modified: branches/stable/3.4/lib/setup-storage/Volumes.pm
===================================================================
--- branches/stable/3.4/lib/setup-storage/Volumes.pm	2010-11-30 22:40:45 UTC (rev 6215)
+++ branches/stable/3.4/lib/setup-storage/Volumes.pm	2010-11-30 22:40:49 UTC (rev 6216)
@@ -250,7 +250,7 @@
         # we must have seen the header, otherwise probably the format has
         # changed
         defined ($cols{"File system"}{"start"})
-          or &FAI::internal_error("Table header not seen yet");
+          or &FAI::internal_error("Table header not yet seen while reading $line");
 
         # the info for the partition number
         my $num_cols_before = $cols{"Number"}{"start"};




More information about the Fai-commit mailing list