[Fai-commit] r4873 - people/michael/features/setup_harddisks_2/implementation/lib

mt at alioth.debian.org mt at alioth.debian.org
Tue Apr 29 10:40:37 UTC 2008


Author: mt
Date: 2008-04-29 10:40:35 +0000 (Tue, 29 Apr 2008)
New Revision: 4873

Modified:
   people/michael/features/setup_harddisks_2/implementation/lib/exec.pm
Log:
check for error messages of ntfsresize


Modified: people/michael/features/setup_harddisks_2/implementation/lib/exec.pm
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/lib/exec.pm	2008-04-22 16:01:19 UTC (rev 4872)
+++ people/michael/features/setup_harddisks_2/implementation/lib/exec.pm	2008-04-29 10:40:35 UTC (rev 4873)
@@ -122,6 +122,14 @@
     program      => "parted",
     response     => "die",
   },
+  {
+    error        => "ntfsresize_1",
+    message      => "NTFS resize cannot proceed\n",
+    stderr_regex => "(Error|ERROR)",
+    stdout_regex => "",
+    program      => "ntfsresize",
+    response     => "die",
+  },
 ];
 
 ################################################################################




More information about the Fai-commit mailing list