miliskur.py-guncelle

This commit is contained in:
milisman 2016-10-10 20:11:10 +03:00
parent 6a5721cba2
commit e250fcd5fd
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ def initrdOlustur():
def grubKur():
os.system("grub-install --boot-directory=/mnt/boot /dev/sdb")
os.system("grub-mkconfig -o /boot/grub/grub.cfg")
os.system("chroot /mnt grub-mkconfig -o /boot/grub/grub.cfg")
kurulumBitir()
def kurulumBitir():