milis/talimatname/genel/d/dracut/talimat

19 lines
516 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: cryptsetup
# Grup: sistem
isim=dracut
surum=046
devir=1
kaynak=(http://kernel.org/pub/linux/utils/boot/dracut/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--loginstalldir=/var/log/dracut
make -j1 sysconfdir=/etc prefix=/usr
make sysconfdir=/etc prefix=/usr DESTDIR=$PKG install
}