milis-kurulum-test.py

This commit is contained in:
milisman 2016-10-11 23:58:31 +03:00
parent d889fd9747
commit c10f380f59
1 changed files with 1 additions and 20 deletions

View File

@ -1,20 +1 @@
yardim() {
cat <<_EOF
Milis Linux Kurulumu
1-hedef disk bolumunu formatla ( mkfs.ext4 /dev/sdax )
2-bolumu /mnt altına bagla ( mount /dev/sdax /mnt )
3-mevcut dosya sistemini hedefe kopyala ( cp -axvnu / /mnt )
4-initramfs ( baslatici) oluştur ( chroot /mnt dracut --no-hostonly --add-drivers "ahci" -f /boot/initramfs )
5-gerekli grub ayarlarını yap.
_EOF
exit 1
}
yardim
python3 milis-kurulum-test.py