Browse code

Make installer more flexible. Accept stage/RPMS path as input option.

YustasSwamp authored on 2015/06/12 09:15:44
Showing 1 changed files
... ...
@@ -164,7 +164,7 @@ class Installer(object):
164 164
         tools = tools_list['base_tools']
165 165
         # Add the additional iso tools.
166 166
         if self.install_config['iso_system']:
167
-            tools = tools + tools_list['iso_tools']
167
+            tools = tools + tools_list['iso_tools'] + [self.rpm_path]
168 168
 
169 169
         self.files_tobecopied = []
170 170
         for item in tools: