Исправлено список доступных значений для isoscan-grub

3.4.3.5
parent 524e6ca567
commit 71dd07cf8d

@ -1430,7 +1430,7 @@ class VariableClBuilderLivemenuPath(Variable):
root_type_ext = self.Get('os_root_type_ext')
if root_type_ext in RootType.LiveFlash:
yield (Dracut.IsoLive, _("Boot Flash"))
elif root_type_ext in RootType.IsoScan:
elif root_type_ext in RootType.IsoScanFlash:
yield (Dracut.IsoScanPath, _("Boot Flash"))
elif root_type_ext in RootType.IsoScanGrub:
grub_rep = self.get_isoscan_grub_repository()

Loading…
Cancel
Save