From ae58a01e8ac2f951b657ca69bbdd5cd71b0d8a0d Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Thu, 21 Jul 2011 16:27:09 +0400 Subject: [PATCH] Syntax bugfix. --- pym/cl_fill_install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/cl_fill_install.py b/pym/cl_fill_install.py index cbbea9c..0d94d1a 100644 --- a/pym/cl_fill_install.py +++ b/pym/cl_fill_install.py @@ -650,9 +650,9 @@ class fillVars(object, glob_attr): if self.Get('os_install_root_type') == 'usb-hdd': attr = " scandelay=5" if self.Get('os_install_mdadm_set') == 'on': - attr = += "domdadm" + attr += "domdadm" if self.Get('os_install_lvm_set') == 'on': - attr = += "dolvm" + attr += "dolvm" def get_os_install_kernel_resume(self): """install kernel resume parameter"""