Typo
authorSapan Bhatia <gwsapan@gmail.com>
Mon, 31 Mar 2014 23:03:38 +0000 (19:03 -0400)
committerSapan Bhatia <gwsapan@gmail.com>
Mon, 31 Mar 2014 23:03:38 +0000 (19:03 -0400)
source/steps/InstallBootstrapFS.py

index 1cd3507..f6e0840 100644 (file)
@@ -82,7 +82,7 @@ def Run( vars, log ):
 
     fstype = 'ext3' if vars['virt']=='vs' else 'btrfs'
 
-    one_partition = VARS['ROOT_SIZE']=='-1'
+    one_partition = vars['ROOT_SIZE']=='-1'
 
     if (not one_partition):
         log.write( "mounting vserver partition in root file system (type %s)\n"%fstype )