Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] intel-ucode: add initramfs triggers
Date: Fri, 07 Jun 2019 22:18:34 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12269@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is a new pull request by steinex against master on the void-packages repository

https://github.com/steinex/void-packages intel-ucode
https://github.com/void-linux/void-packages/pull/12269

intel-ucode: add initramfs triggers


A patch file from https://github.com/void-linux/void-packages/pull/12269.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intel-ucode-12269.patch --]
[-- Type: application/text/x-diff, Size: 1574 bytes --]

From 02c66a54f00ff2cb3b7dadc90e34f13b83f15f53 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Fri, 7 Jun 2019 22:17:48 +0200
Subject: [PATCH] intel-ucode: add initramfs triggers

---
 srcpkgs/intel-ucode/INSTALL  | 7 +++++++
 srcpkgs/intel-ucode/REMOVE   | 7 +++++++
 srcpkgs/intel-ucode/template | 2 +-
 3 files changed, 15 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/intel-ucode/INSTALL
 create mode 100644 srcpkgs/intel-ucode/REMOVE

diff --git a/srcpkgs/intel-ucode/INSTALL b/srcpkgs/intel-ucode/INSTALL
new file mode 100644
index 00000000000..6b065bedb4a
--- /dev/null
+++ b/srcpkgs/intel-ucode/INSTALL
@@ -0,0 +1,7 @@
+# Regenerate initramfs.
+case ${ACTION} in
+post)
+	echo "Regenerating initramfs, please wait..."
+	dracut -f -q --regenerate-all
+	;;
+esac
diff --git a/srcpkgs/intel-ucode/REMOVE b/srcpkgs/intel-ucode/REMOVE
new file mode 100644
index 00000000000..e4d494ca015
--- /dev/null
+++ b/srcpkgs/intel-ucode/REMOVE
@@ -0,0 +1,7 @@
+# Regenerate initramfs.
+case ${ACTION} in
+purge)
+	echo "Regenerating initramfs, please wait..."
+	dracut -f -q --regenerate-all
+	;;
+esac
diff --git a/srcpkgs/intel-ucode/template b/srcpkgs/intel-ucode/template
index 0807ce9c3ce..063f8b3669c 100644
--- a/srcpkgs/intel-ucode/template
+++ b/srcpkgs/intel-ucode/template
@@ -1,7 +1,7 @@
 # Template file for 'intel-ucode'
 pkgname=intel-ucode
 version=20190514
-revision=1
+revision=2
 archs="i686* x86_64*"
 wrksrc="Intel-Linux-Processor-Microcode-Data-Files-microcode-${version}"
 short_desc="Microcode update files for Intel CPUs"

             reply	other threads:[~2019-06-07 20:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-07 20:18 voidlinux-github [this message]
2019-06-20 19:08 ` voidlinux-github
2019-06-21  6:30 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12269@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).