Add files via upload

This commit is contained in:
gutosie
2021-02-12 16:03:39 +02:00
committed by GitHub
parent 3e7a1956c7
commit aa7cac1ddc
2 changed files with 1573 additions and 0 deletions

View File

@@ -109,6 +109,8 @@ def NEOBootR(source, target, stopenigma, CopyFiles, CopyKernel, TvList, LanWlan,
#'cp /etc/passwd ' + media_target + '/etc/passwd' + dev_null, #'cp /etc/passwd ' + media_target + '/etc/passwd' + dev_null,
# 'cp ' + extensions_path + 'NeoBoot/bin/hdd' + media_target+'/etc/init.d/hddusb' + dev_null, # 'cp ' + extensions_path + 'NeoBoot/bin/hdd' + media_target+'/etc/init.d/hddusb' + dev_null,
'cp /etc/hostname ' + media_target + '/etc/hostname' + dev_null, 'cp /etc/hostname ' + media_target + '/etc/hostname' + dev_null,
'cp /usr/lib/periodo ' + media_target + '/usr/lib/periodo' + dev_null,
'cp /usr/lib/enigma2/python/Tools/Testinout.py ' + media_target + '/usr/lib/enigma2/python/Tools/Testinout.py' + dev_null,
'cp -af ' + extensions_path + 'NeoBoot ' + media_target + extensions_path + 'NeoBoot' + dev_null, 'cp -af ' + extensions_path + 'NeoBoot ' + media_target + extensions_path + 'NeoBoot' + dev_null,
'mkdir -p ' + media_target + extensions_path + 'NeoReboot' + dev_null, 'mkdir -p ' + media_target + extensions_path + 'NeoReboot' + dev_null,
'touch ' + media_target + extensions_path + 'NeoReboot/__init__.py' + dev_null, 'touch ' + media_target + extensions_path + 'NeoReboot/__init__.py' + dev_null,

1571
NeoBoot/plugin.py Normal file

File diff suppressed because it is too large Load Diff