mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-22 16:20:24 +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)
|
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..."')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user