[Fai-commit] r4628 - people/michael/features/setup_harddisks_2/implementation

andreas at alioth.debian.org andreas at alioth.debian.org
Thu Oct 18 10:31:23 UTC 2007


Author: andreas
Date: 2007-10-18 10:31:23 +0000 (Thu, 18 Oct 2007)
New Revision: 4628

Modified:
   people/michael/features/setup_harddisks_2/implementation/shdd2-commands
Log:
syntax error fix

Modified: people/michael/features/setup_harddisks_2/implementation/shdd2-commands
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/shdd2-commands	2007-10-18 10:00:12 UTC (rev 4627)
+++ people/michael/features/setup_harddisks_2/implementation/shdd2-commands	2007-10-18 10:31:23 UTC (rev 4628)
@@ -260,7 +260,7 @@
       
       my @new_devices = keys %new_devs;
       
-      erase_lvm_signature( \keys %new_devices );
+      erase_lvm_signature( \@new_devices );
       
       # create all the devices
       push @FAI::commands, "pvcreate $_"




More information about the Fai-commit mailing list