mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-05 21:55:39 +01:00
Update tools.py
This commit is contained in:
@@ -2230,6 +2230,8 @@ class Opis(Screen):
|
|||||||
os.system('chattr -i ' + LinkNeoBoot + '/plugin.py; chattr -i ' + LinkNeoBoot + '/plugin.pyo; chattr -i /usr/lib/periodon/.activatedmac')
|
os.system('chattr -i ' + LinkNeoBoot + '/plugin.py; chattr -i ' + LinkNeoBoot + '/plugin.pyo; chattr -i /usr/lib/periodon/.activatedmac')
|
||||||
if fileExists('/etc/rcS.d/S99neo.local'):
|
if fileExists('/etc/rcS.d/S99neo.local'):
|
||||||
system('rm -r /etc/rcS.d/S99neo.local')
|
system('rm -r /etc/rcS.d/S99neo.local')
|
||||||
|
if fileExists('/etc/name'):
|
||||||
|
system('rm -r /etc/name')
|
||||||
if fileExists('/etc/fstab.org'):
|
if fileExists('/etc/fstab.org'):
|
||||||
system('rm -r /etc/fstab; mv /etc/fstab.org /etc/fstab')
|
system('rm -r /etc/fstab; mv /etc/fstab.org /etc/fstab')
|
||||||
if fileExists('/etc/init.d/volatile-media.sh.org'):
|
if fileExists('/etc/init.d/volatile-media.sh.org'):
|
||||||
|
|||||||
Reference in New Issue
Block a user