mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-08 15:05:38 +01:00
Update plugin.py
This commit is contained in:
@@ -369,9 +369,6 @@ class NeoBootInstallation(Screen):
|
|||||||
if fileExists('/.multinfo'):
|
if fileExists('/.multinfo'):
|
||||||
mess = _('Sorry, Neoboot can be installed or upgraded only when booted from Flash')
|
mess = _('Sorry, Neoboot can be installed or upgraded only when booted from Flash')
|
||||||
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
||||||
elif getFormat() != 'ext3' or getFormat() != 'ext4':
|
|
||||||
self['label2'].setText(_('Sorry it seems that there are not Linux formatted devices mounted on your STB. To install NeoBoot you need a Linux formatted part1 device. Click on the blue button to open Devices Panel.'))
|
|
||||||
self.session.open(MessageBox, _('Disk the directory HDD or USB is not a ext2, ext3 or ext4.\nMake sure you select a valid partition type to install neoboot.'), type=MessageBox.TYPE_ERROR)
|
|
||||||
else:
|
else:
|
||||||
self.checkinstall2()
|
self.checkinstall2()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user