mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
dracut: update to 028.
This commit is contained in:
parent
4dc67feadc
commit
e51bd39012
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dracut'
|
# Template file for 'dracut'
|
||||||
pkgname=dracut
|
pkgname=dracut
|
||||||
version=027
|
version=028
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system"
|
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>"
|
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=9aeea2648244a02884c2f680a90ba238e2efd6a3ca0d9929307a03124abf27cc
|
checksum=24971a529cc4b57d6d889f5df6f895c251a528f04b5ba2f9bf481a09ac2cd6ac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# Remove the nonsense syncheck target.
|
# Remove the nonsense syncheck target.
|
||||||
|
@ -33,7 +33,7 @@ post_install() {
|
||||||
|
|
||||||
dracut-network_package() {
|
dracut-network_package() {
|
||||||
depends="dracut>=${version}"
|
depends="dracut>=${version}"
|
||||||
short_desc="${short_desc} - network modules"
|
short_desc+=" - network modules"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
for f in 40network 90livenet 95fcoe 95iscsi \
|
for f in 40network 90livenet 95fcoe 95iscsi \
|
||||||
|
@ -48,7 +48,6 @@ dracut_package() {
|
||||||
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"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue