From 1c5e7564b8287f10d5daa9473e3e5d42cc2c44a7 Mon Sep 17 00:00:00 2001 From: m3tav3rse Date: Mon, 29 Oct 2018 22:25:41 +0100 Subject: [PATCH] dracut: align force_poweroff.patch [ci skip] --- srcpkgs/dracut/patches/force_poweroff.patch | 2 +- srcpkgs/dracut/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"