milis/talimatname/genel/d/dracut/talimat

16 lines
378 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: önyükleme için gereken her şeyi içeren özel bir initramfs görüntüsü oluşturma aracı
# URL: https://dracut.wiki.kernel.org/
# Paketçi: milisarge
# Gerekler:
isim=dracut
surum=045
devir=1
kaynak=(http://kernel.org/pub/linux/utils/boot/dracut/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make -j1
make DESTDIR=$PKG install
}