dracut.guncellendi

This commit is contained in:
milisarge 2017-06-12 05:22:23 +03:00
parent f34a0f646a
commit bbfe4424cb
2 changed files with 15 additions and 15 deletions

View File

@ -0,0 +1,15 @@
# Description: ö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/
# Packager: milisarge
# Depends on:
name=dracut
version=045
release=1
source=(http://kernel.org/pub/linux/utils/boot/dracut/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make -j1
make DESTDIR=$PKG install
}

View File

@ -1,15 +0,0 @@
# Description: Can generate a customized initrams image which contains only whatever is necessary to boot
# URL: https://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html
# Packager: tnut at nutyx dot org
# Maintainer: Harald Hoyer harald at redhat dot com
name=dracut
version=044
release=1
source=(http://kernel.org/pub/linux/utils/boot/dracut/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}