示例#1
0
 def __boot_description_directory(self):
     boot_description = self.xml_state.build_type.get_boot()
     if boot_description:
         if not boot_description[0] == '/':
             boot_description = \
                 Defaults.get_boot_image_description_path() + '/' + \
                 boot_description
         return boot_description
示例#2
0
 def __boot_description_directory(self):
     boot_description = self.xml_state.build_type.get_boot()
     if boot_description:
         if not boot_description[0] == '/':
             boot_description = \
                 Defaults.get_boot_image_description_path() + '/' + \
                 boot_description
         return boot_description