mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-31 11:25:47 +01:00 
			
		
		
		
	Update extract.py
This commit is contained in:
		| @@ -252,11 +252,11 @@ def NEOBootMainEx(source, target, CopyFiles, CopyKernel, TvList, LanWlan, Sterow | |||||||
|                     rc = os.system(cmd) |                     rc = os.system(cmd) | ||||||
|             else: |             else: | ||||||
|                 if os.path.exists('/etc/wpa_supplicant.wlan0.conf'): |                 if os.path.exists('/etc/wpa_supplicant.wlan0.conf'): | ||||||
|                     #cmd = 'cp -af /etc/wpa_supplicant.wlan0.conf %s/ImageBoot/%s/etc/wpa_supplicant.wlan0.conf > /dev/null 2>&1' % (media, target) |                     cmd = 'cp -af /etc/wpa_supplicant.wlan0.conf %s/ImageBoot/%s/etc/wpa_supplicant.wlan0.conf > /dev/null 2>&1' % (media, target) | ||||||
|                     #rc = os.system(cmd) |                     rc = os.system(cmd) | ||||||
|                 if os.path.exists('/etc/network/interfaces'): |                 if os.path.exists('/etc/network/interfaces'): | ||||||
|                     #cmd = 'cp -af /etc/network/interfaces %s/ImageBoot/%s/etc/network/interfaces > /dev/null 2>&1' % (media, target) |                     cmd = 'cp -af /etc/network/interfaces %s/ImageBoot/%s/etc/network/interfaces > /dev/null 2>&1' % (media, target) | ||||||
|                     #rc = os.system(cmd) |                     rc = os.system(cmd) | ||||||
|                 if os.path.exists('/etc/wpa_supplicant.conf'): |                 if os.path.exists('/etc/wpa_supplicant.conf'): | ||||||
|                     cmd = 'cp -af /etc/wpa_supplicant.conf %s/ImageBoot/%s/etc/wpa_supplicant.conf > /dev/null 2>&1' % (media, target) |                     cmd = 'cp -af /etc/wpa_supplicant.conf %s/ImageBoot/%s/etc/wpa_supplicant.conf > /dev/null 2>&1' % (media, target) | ||||||
|                     rc = os.system(cmd) |                     rc = os.system(cmd) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user