mirror of
https://mojerepo.cf/NeoBoot/NeoBoot-9.git
synced 2025-11-01 01:45:52 +01:00
8.08 big update
This commit is contained in:
@@ -460,7 +460,7 @@ class DevicesConf(Screen, ConfigListScreen):
|
|||||||
out.close()
|
out.close()
|
||||||
os.rename(filename2, filename)
|
os.rename(filename2, filename)
|
||||||
|
|
||||||
os.system('mount -a; echo "mount -a" >> /etc/init.d/udev')
|
os.system('echo "mount -a" >> /etc/init.d/udev')
|
||||||
# os.system('mount -a; echo "mount -a" >> /etc/init.d/udev; echo "/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh" >> /etc/init.d/udev; echo "exit 0" >> /etc/init.d/udev')
|
# os.system('mount -a; echo "mount -a" >> /etc/init.d/udev; echo "/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh" >> /etc/init.d/udev; echo "exit 0" >> /etc/init.d/udev')
|
||||||
|
|
||||||
if fileExists('/etc/init.d/mdev'):
|
if fileExists('/etc/init.d/mdev'):
|
||||||
@@ -479,7 +479,7 @@ class DevicesConf(Screen, ConfigListScreen):
|
|||||||
out.close()
|
out.close()
|
||||||
os.rename(filename2, filename)
|
os.rename(filename2, filename)
|
||||||
|
|
||||||
system('mount -a; echo "" >> /etc/init.d/mdev; echo "mount -a" >> /etc/init.d/mdev')
|
system('echo "" >> /etc/init.d/mdev; echo "mount -a" >> /etc/init.d/mdev')
|
||||||
# system('mount -a; echo "" >> /etc/init.d/mdev; echo "mount -a" >> /etc/init.d/mdev; echo "/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh" >> /etc/init.d/mdev')
|
# system('mount -a; echo "" >> /etc/init.d/mdev; echo "mount -a" >> /etc/init.d/mdev; echo "/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/mountpoint.sh" >> /etc/init.d/mdev')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user