diff --git a/srcpkgs/dracut/patches/force_poweroff.patch b/srcpkgs/dracut/patches/force_poweroff.patch index dd9362162c..b965b93bfc 100644 --- a/srcpkgs/dracut/patches/force_poweroff.patch +++ b/srcpkgs/dracut/patches/force_poweroff.patch @@ -2,7 +2,7 @@ diff --git modules.d/99base/dracut-lib.sh modules.d/99base/dracut-lib.sh index 99cb9dbc..3df77257 100755 --- modules.d/99base/dracut-lib.sh +++ modules.d/99base/dracut-lib.sh -@@ -1154,11 +1154,11 @@ emergency_shell() +@@ -1159,11 +1159,11 @@ case "$_emergency_action" in reboot) diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template index 3477366a75..76bb3d4333 100644 --- a/srcpkgs/dracut/template +++ b/srcpkgs/dracut/template @@ -1,7 +1,7 @@ # Template file for 'dracut' pkgname=dracut version=048 -revision=1 +revision=2 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc" hostmakedepends="asciidoc pkg-config"