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

michael-guest at alioth.debian.org michael-guest at alioth.debian.org
Fri Nov 23 14:12:35 UTC 2007


Author: michael-guest
Date: 2007-11-23 14:12:35 +0000 (Fri, 23 Nov 2007)
New Revision: 4793

Modified:
   people/michael/features/setup_harddisks_2/implementation/lib/volumes.pm
Log:
added a missing -s to enforce batch mode


Modified: people/michael/features/setup_harddisks_2/implementation/lib/volumes.pm
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/lib/volumes.pm	2007-11-23 10:57:04 UTC (rev 4792)
+++ people/michael/features/setup_harddisks_2/implementation/lib/volumes.pm	2007-11-23 14:12:35 UTC (rev 4793)
@@ -299,7 +299,7 @@
     # obtain the partition table using bytes as units
     $error =
       &FAI::execute_command_std(
-      "parted $disk unit chs print free", \@parted_print, 0 );
+      "parted -s $disk unit chs print free", \@parted_print, 0 );
 
     # reset no_dry_run
     $FAI::no_dry_run = $no_dry_run;




More information about the Fai-commit mailing list