mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-22 08:10:06 +01:00
Update extract.py
This commit is contained in:
@@ -276,6 +276,7 @@ def NEOBootMainEx(source, target, CopyFiles, CopyKernel, TvList, LanWlan, Sterow
|
||||
rc = os.system(cmd)
|
||||
cmd = 'cp -r /etc/fstab %s/ImageBoot/%s/etc/fstab' % (media, target)
|
||||
rc = os.system(cmd)
|
||||
os.system('echo "The fstab mount file was copied..."')
|
||||
elif getCPUtype() == "ARMv7":
|
||||
os.system('echo "No copied mount ARM..."')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user