Example #1
0
 def ready_base_for_install(self):
     # run ready_base_for_install from chroot installer first
     ChrootInstaller.ready_base_for_install(self)
     self.log.info('checking for raid devices')
     raid_devices = self.helper.get_raid_devices()
     if raid_devices:
         self.log.info('raid devices found')
         create_mdadm_conf(self.target, raid_devices)
     else:
         self.log.info('no raid devices found')
Example #2
0
 def ready_base_for_install(self):
     self.check_target_mounted()
     # run ready_base_for_install from chroot installer first
     ChrootInstaller.ready_base_for_install(self)
Example #3
0
 def ready_base_for_install(self):
     self.check_target_mounted()
     # run ready_base_for_install from chroot installer first
     ChrootInstaller.ready_base_for_install(self)