miliskur.py-guncelleme
This commit is contained in:
parent
9ad786c74a
commit
e3cc44658a
1 changed files with 4 additions and 2 deletions
|
@ -8,8 +8,9 @@
|
||||||
import os,sys,re,subprocess,time
|
import os,sys,re,subprocess,time
|
||||||
import crypt
|
import crypt
|
||||||
|
|
||||||
|
os.system("mps -GG")
|
||||||
os.system("pip_kur && pip3 install pythondialog")
|
os.system("pip_kur && pip3 install pythondialog")
|
||||||
os.system("mps -G && mps -kur advcp")
|
os.system("mps -G && mps kur advcp")
|
||||||
|
|
||||||
from dialog import Dialog
|
from dialog import Dialog
|
||||||
|
|
||||||
|
@ -111,7 +112,8 @@ def formatPart(part):
|
||||||
hedefBagla(hedef)
|
hedefBagla(hedef)
|
||||||
|
|
||||||
def hedefBagla(hedef):
|
def hedefBagla(hedef):
|
||||||
os.system("umount /mnt && mount "+hedef+" /mnt")
|
os.system("umount /mnt && umount "+hedef+" && mount "+hedef+" /mnt")
|
||||||
|
d.infobox(text="hedef disk bağlandı.")
|
||||||
sistemKopyala()
|
sistemKopyala()
|
||||||
|
|
||||||
def sistemKopyala():
|
def sistemKopyala():
|
||||||
|
|
Loading…
Add table
Reference in a new issue