Revert "dracut: update to a git snapshot."
This reverts commit ea9aa56dfe
.
This commit is contained in:
parent
ea9aa56dfe
commit
9571745dbb
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'dracut'
|
||||
pkgname=dracut
|
||||
version=020.99.20120703
|
||||
revision=1
|
||||
version=020
|
||||
revision=3
|
||||
build_style=gnu-makefile
|
||||
make_build_args="sysconfdir=/etc systemdsystemunitdir=/lib/systemd/system"
|
||||
make_install_args="sysconfdir=/etc systemdsystemunitdir=/lib/systemd/system"
|
||||
depends="busybox psmisc>=22.14_2 cpio xz"
|
||||
makedepends="libxslt docbook-xsl asciidoc"
|
||||
makedepends="libxslt docbook-xsl"
|
||||
conf_files="/etc/dracut.conf"
|
||||
make_dirs="/etc/dracut.conf.d 0755 root root"
|
||||
subpackages="dracut-network"
|
||||
|
@ -14,9 +14,8 @@ homepage="http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html"
|
|||
short_desc="A new initramfs infrastructure"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
#distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
||||
distfiles="http://xbps.nopcode.org/distfiles/dracut-${version}.tar.xz"
|
||||
checksum=01f91141eb28df66f0e75893dae32459ba07b44cf4e601f87929907e421c6a69
|
||||
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=b1a4573031bbbefb827880a6a9815aadecc22412a233200ed93e322047db1edc
|
||||
long_desc="
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue