diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 5f65218..3a0354c 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -10,7 +10,7 @@ import shutil #--------------------------------------------- 2021 ---------------------------------------------# -def NEOBootMainEx(source, target, stopenigma, CopyFiles, CopyKernel, TvList, LanWlan, Sterowniki, InstallSettings, ZipDelete, RepairFTP, SoftCam, MediaPortal, PiconR, Kodi, BlackHole): +def NEOBootMainEx(source, target, CopyFiles, CopyKernel, TvList, LanWlan, Sterowniki, InstallSettings, ZipDelete, RepairFTP, SoftCam, MediaPortal, PiconR, Kodi, BlackHole): NEOBootR(source, target, stopenigma, CopyFiles, CopyKernel, TvList, LanWlan, Sterowniki, InstallSettings, ZipDelete, RepairFTP, SoftCam, MediaPortal, PiconR, Kodi, BlackHole) @@ -101,10 +101,6 @@ def NEOBootMainEx(source, target, stopenigma, CopyFiles, CopyKernel, TvList, Lan os.system('sync; echo 1 > /proc/sys/vm/drop_caches') - if stopenigma == 'True': - os.system('echo "All system processes have been stopped,\n please wait, after the installation is completed, E2 will restart..."') - os.system('rm /tmp/init4; touch /tmp/init4; init 4') - if not os.path.exists('%s/ImageBoot/%s/usr/lib/enigma2/python/Plugins/Extensions' % (media, target)): os.system('mkdir -p %s/ImageBoot/%s/usr/lib/' % (media, target)) os.system('mkdir -p %s/ImageBoot/%s/usr/lib/enigma2' % (media, target))