milis-kurulum-test.py
This commit is contained in:
parent
d889fd9747
commit
c10f380f59
|
@ -1,20 +1 @@
|
||||||
yardim() {
|
python3 milis-kurulum-test.py
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in New Issue