dracut: update to 028.
This commit is contained in:
parent
4dc67feadc
commit
e51bd39012
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dracut'
|
||||
pkgname=dracut
|
||||
version=027
|
||||
version=028
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
|
@ -11,7 +11,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=9aeea2648244a02884c2f680a90ba238e2efd6a3ca0d9929307a03124abf27cc
|
||||
checksum=24971a529cc4b57d6d889f5df6f895c251a528f04b5ba2f9bf481a09ac2cd6ac
|
||||
|
||||
pre_build() {
|
||||
# Remove the nonsense syncheck target.
|
||||
|
@ -33,7 +33,7 @@ post_install() {
|
|||
|
||||
dracut-network_package() {
|
||||
depends="dracut>=${version}"
|
||||
short_desc="${short_desc} - network modules"
|
||||
short_desc+=" - network modules"
|
||||
noarch=yes
|
||||
pkg_install() {
|
||||
for f in 40network 90livenet 95fcoe 95iscsi \
|
||||
|
@ -48,7 +48,6 @@ dracut_package() {
|
|||
conf_files="/etc/dracut.conf"
|
||||
make_dirs="/etc/dracut.conf.d 0755 root root"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue