From 2a47804fbe57450efa636651b0e512f60dc0b668 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 8 Jan 2022 21:23:24 +0200 Subject: [PATCH] Update extract.py --- NeoBoot/extract.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 3f4ce3e..cbb1a05 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -274,8 +274,6 @@ def NEOBootMainEx(source, target, CopyFiles, CopyKernel, TvList, LanWlan, Sterow target) rc = os.system(cmd) cmd = 'cp -r /etc/fstab %s/ImageBoot/%s/etc/fstab' % (media, target) - rc = os.system(cmd) - cmd = 'cp -r /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/S50fat.sh %s/ImageBoot/%s/etc/rcS.d' % (media, target) rc = os.system(cmd) if InstallSettings == 'True':