From: Sapan Bhatia Date: Mon, 31 Mar 2014 23:03:38 +0000 (-0400) Subject: Typo X-Git-Tag: bootmanager-5.2-5~1^2~20 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=af68fd4d66b767eaa941f88088a48fae6c93b8c9 Typo --- diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index 1cd3507..f6e0840 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -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 )