mirror of
https://github.com/gutosie/neoboot.git
synced 2026-01-07 15:52:05 +01:00
Update devices.py
This commit is contained in:
@@ -106,8 +106,9 @@ class ManagerDevice(Screen):
|
||||
if fileExists('/.multinfo'):
|
||||
self.session.open(MessageBox, _("This option is available only from Flash"), MessageBox.TYPE_INFO, timeout=10)
|
||||
else:
|
||||
os.system('rm -f /home/root/*.ipk; opkg download kernel-image; sleep 2; opkg install --force-maintainer --force-reinstall --force-overwrite --force-downgrade /home/root/*.ipk; opkg configure update-modules; rm -f /home/root/*.ipk; sleep 5; reboot -f')
|
||||
|
||||
from Plugins.Extensions.NeoBoot.files.tools import ReinstallKernel
|
||||
self.session.open(ReinstallKernel)
|
||||
|
||||
def setWindowTitle(self):
|
||||
self.setTitle(_('Mount Manager'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user