dracut: update to 022 (fixes a bug reported by myself).
This commit is contained in:
parent
79b1004032
commit
bfb122430f
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dracut'
|
||||
pkgname=dracut
|
||||
version=021
|
||||
version=022
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
|
@ -15,7 +15,7 @@ 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"
|
||||
checksum=e5bf7f4209af0a456b9527d245bfee1737d6c5841144a3e8ba7d3160e043130a
|
||||
checksum=7acb243720fc384bb335a27284a2093df2eb7efced01f84c88e3a6ba91a0746d
|
||||
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