[Fai-commit] r6193 - trunk/lib/setup-storage
Michael Tautschnig
mt at alioth.debian.org
Sat Nov 13 11:39:50 UTC 2010
Author: mt
Date: 2010-11-13 11:39:47 +0000 (Sat, 13 Nov 2010)
New Revision: 6193
Modified:
trunk/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: trunk/lib/setup-storage/Volumes.pm
===================================================================
--- trunk/lib/setup-storage/Volumes.pm 2010-11-10 15:37:59 UTC (rev 6192)
+++ trunk/lib/setup-storage/Volumes.pm 2010-11-13 11:39:47 UTC (rev 6193)
@@ -251,7 +251,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