dracut: update to a git snapshot.
This commit is contained in:
parent
5c99e54777
commit
ea9aa56dfe
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'dracut'
|
# Template file for 'dracut'
|
||||||
pkgname=dracut
|
pkgname=dracut
|
||||||
version=020
|
version=020.99.20120703
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="sysconfdir=/etc systemdsystemunitdir=/lib/systemd/system"
|
make_build_args="sysconfdir=/etc systemdsystemunitdir=/lib/systemd/system"
|
||||||
make_install_args="sysconfdir=/etc systemdsystemunitdir=/lib/systemd/system"
|
make_install_args="sysconfdir=/etc systemdsystemunitdir=/lib/systemd/system"
|
||||||
depends="busybox psmisc>=22.14_2 cpio xz"
|
depends="busybox psmisc>=22.14_2 cpio xz"
|
||||||
makedepends="libxslt docbook-xsl"
|
makedepends="libxslt docbook-xsl asciidoc"
|
||||||
conf_files="/etc/dracut.conf"
|
conf_files="/etc/dracut.conf"
|
||||||
make_dirs="/etc/dracut.conf.d 0755 root root"
|
make_dirs="/etc/dracut.conf.d 0755 root root"
|
||||||
subpackages="dracut-network"
|
subpackages="dracut-network"
|
||||||
|
@ -14,8 +14,9 @@ homepage="http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html"
|
||||||
short_desc="A new initramfs infrastructure"
|
short_desc="A new initramfs infrastructure"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
#distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=b1a4573031bbbefb827880a6a9815aadecc22412a233200ed93e322047db1edc
|
distfiles="http://xbps.nopcode.org/distfiles/dracut-${version}.tar.xz"
|
||||||
|
checksum=01f91141eb28df66f0e75893dae32459ba07b44cf4e601f87929907e421c6a69
|
||||||
long_desc="
|
long_desc="
|
||||||
Unlike existing initramfs, this is an attempt at having as little as possible
|
Unlike existing initramfs, this is an attempt at having as little as possible
|
||||||
hard-coded into the initramfs as possible. The initramfs has (basically) one
|
hard-coded into the initramfs as possible. The initramfs has (basically) one
|
||||||
|
|
Loading…
Reference in New Issue