Update extract.py

This commit is contained in:
gutosie
2022-01-11 12:07:58 +02:00
committed by GitHub
parent 815cb76d58
commit b54672bb83

View File

@@ -276,6 +276,7 @@ def NEOBootMainEx(source, target, CopyFiles, CopyKernel, TvList, LanWlan, Sterow
rc = os.system(cmd) rc = os.system(cmd)
cmd = 'cp -r /etc/fstab %s/ImageBoot/%s/etc/fstab' % (media, target) cmd = 'cp -r /etc/fstab %s/ImageBoot/%s/etc/fstab' % (media, target)
rc = os.system(cmd) rc = os.system(cmd)
os.system('echo "The fstab mount file was copied..."')
elif getCPUtype() == "ARMv7": elif getCPUtype() == "ARMv7":
os.system('echo "No copied mount ARM..."') os.system('echo "No copied mount ARM..."')