Пример #1
0
 def confirmation(self):
     self.message = _("Do you want to flash image\n%s") % self.imagename
     if MultiBoot.canMultiBoot():
         self.getImageList = MultiBoot.getSlotImageList(
             self.getImagelistCallback)
     else:
         self.checkMedia(True)
Пример #2
0
 def confirmation(self):
     if MultiBoot.canMultiBoot():
         self.getImageList = MultiBoot.getSlotImageList(
             self.getImageListCallback)
     else:
         self.checkMedia(True)
Пример #3
0
 def getImagesList(self):
     MultiBoot.getSlotImageList(self.getSlotImageListCallback)