Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Add removal of initramfs backup to kernel hook
@ 2021-08-17 18:35 joshuakraemer
  2021-08-17 18:39 ` [PR PATCH] [Updated] " joshuakraemer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: joshuakraemer @ 2021-08-17 18:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joshuakraemer/void-packages dkms-kernel-hook
https://github.com/void-linux/void-packages/pull/32550

Add removal of initramfs backup to kernel hook
This is necessary to remove the initramfs backups created by dkms, which otherwise accumulate in /boot.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dkms-kernel-hook-32550.patch --]
[-- Type: text/x-diff, Size: 1134 bytes --]

From 071154c487d9e175f96cafa04bb13090110db186 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joshua=20Kr=C3=A4mer?= <joshua@kraemer.link>
Date: Tue, 17 Aug 2021 20:49:10 +0200
Subject: [PATCH] Remove initramfs backup

---
 srcpkgs/dkms/files/kernel.d/dkms.prerm | 2 ++
 srcpkgs/dkms/template                  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/dkms/files/kernel.d/dkms.prerm b/srcpkgs/dkms/files/kernel.d/dkms.prerm
index 155e9734aee2..e73720598830 100644
--- a/srcpkgs/dkms/files/kernel.d/dkms.prerm
+++ b/srcpkgs/dkms/files/kernel.d/dkms.prerm
@@ -18,4 +18,6 @@ rmdir \
 	"/lib/modules/${VERSION}/updates/dkms" \
 	"/lib/modules/${VERSION}/updates" 2>/dev/null
 
+rm -f /boot/initramfs-${VERSION}.img.old-dkms
+
 exit 0
diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template
index 32b0211981f8..0fb5ad7a5d96 100644
--- a/srcpkgs/dkms/template
+++ b/srcpkgs/dkms/template
@@ -1,7 +1,7 @@
 # Template file for 'dkms'
 pkgname=dkms
 version=2.8.4
-revision=2
+revision=3
 conf_files="/etc/dkms/framework.conf"
 depends="bash kmod gcc make coreutils"
 short_desc="Dynamic Kernel Modules System"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Add removal of initramfs backup to kernel hook
  2021-08-17 18:35 [PR PATCH] Add removal of initramfs backup to kernel hook joshuakraemer
@ 2021-08-17 18:39 ` joshuakraemer
  2021-08-17 18:41 ` joshuakraemer
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: joshuakraemer @ 2021-08-17 18:39 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by joshuakraemer against master on the void-packages repository

https://github.com/joshuakraemer/void-packages dkms-kernel-hook
https://github.com/void-linux/void-packages/pull/32550

Add removal of initramfs backup to kernel hook
This is necessary to remove the initramfs backups created by dkms, which otherwise accumulate in /boot.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dkms-kernel-hook-32550.patch --]
[-- Type: text/x-diff, Size: 1134 bytes --]

From ac76e92ae016d00d7d76ede3f2ffd3a18f4e755d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joshua=20Kr=C3=A4mer?= <joshua@kraemer.link>
Date: Tue, 17 Aug 2021 20:49:10 +0200
Subject: [PATCH] Remove initramfs backup

---
 srcpkgs/dkms/files/kernel.d/dkms.prerm | 2 ++
 srcpkgs/dkms/template                  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/dkms/files/kernel.d/dkms.prerm b/srcpkgs/dkms/files/kernel.d/dkms.prerm
index 155e9734aee2..e73720598830 100644
--- a/srcpkgs/dkms/files/kernel.d/dkms.prerm
+++ b/srcpkgs/dkms/files/kernel.d/dkms.prerm
@@ -18,4 +18,6 @@ rmdir \
 	"/lib/modules/${VERSION}/updates/dkms" \
 	"/lib/modules/${VERSION}/updates" 2>/dev/null
 
+rm -f /boot/initramfs-${VERSION}.img.old-dkms
+
 exit 0
diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template
index 32b0211981f8..0fb5ad7a5d96 100644
--- a/srcpkgs/dkms/template
+++ b/srcpkgs/dkms/template
@@ -1,7 +1,7 @@
 # Template file for 'dkms'
 pkgname=dkms
 version=2.8.4
-revision=2
+revision=3
 conf_files="/etc/dkms/framework.conf"
 depends="bash kmod gcc make coreutils"
 short_desc="Dynamic Kernel Modules System"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Add removal of initramfs backup to kernel hook
  2021-08-17 18:35 [PR PATCH] Add removal of initramfs backup to kernel hook joshuakraemer
  2021-08-17 18:39 ` [PR PATCH] [Updated] " joshuakraemer
@ 2021-08-17 18:41 ` joshuakraemer
  2021-08-19 14:37 ` joshuakraemer
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: joshuakraemer @ 2021-08-17 18:41 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by joshuakraemer against master on the void-packages repository

https://github.com/joshuakraemer/void-packages dkms-kernel-hook
https://github.com/void-linux/void-packages/pull/32550

Add removal of initramfs backup to kernel hook
This is necessary to remove the initramfs backups created by dkms, which otherwise accumulate in /boot.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dkms-kernel-hook-32550.patch --]
[-- Type: text/x-diff, Size: 1157 bytes --]

From 667def3bb44b7836bd555117bc3770fe245d8f93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joshua=20Kr=C3=A4mer?= <joshua@kraemer.link>
Date: Tue, 17 Aug 2021 20:49:10 +0200
Subject: [PATCH] Add removal of initramfs backup to kernel hook

---
 srcpkgs/dkms/files/kernel.d/dkms.prerm | 2 ++
 srcpkgs/dkms/template                  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/dkms/files/kernel.d/dkms.prerm b/srcpkgs/dkms/files/kernel.d/dkms.prerm
index 155e9734aee2..e73720598830 100644
--- a/srcpkgs/dkms/files/kernel.d/dkms.prerm
+++ b/srcpkgs/dkms/files/kernel.d/dkms.prerm
@@ -18,4 +18,6 @@ rmdir \
 	"/lib/modules/${VERSION}/updates/dkms" \
 	"/lib/modules/${VERSION}/updates" 2>/dev/null
 
+rm -f /boot/initramfs-${VERSION}.img.old-dkms
+
 exit 0
diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template
index 32b0211981f8..0fb5ad7a5d96 100644
--- a/srcpkgs/dkms/template
+++ b/srcpkgs/dkms/template
@@ -1,7 +1,7 @@
 # Template file for 'dkms'
 pkgname=dkms
 version=2.8.4
-revision=2
+revision=3
 conf_files="/etc/dkms/framework.conf"
 depends="bash kmod gcc make coreutils"
 short_desc="Dynamic Kernel Modules System"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] Add removal of initramfs backup to kernel hook
  2021-08-17 18:35 [PR PATCH] Add removal of initramfs backup to kernel hook joshuakraemer
  2021-08-17 18:39 ` [PR PATCH] [Updated] " joshuakraemer
  2021-08-17 18:41 ` joshuakraemer
@ 2021-08-19 14:37 ` joshuakraemer
  2022-06-02  2:14 ` github-actions
  2022-06-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: joshuakraemer @ 2021-08-19 14:37 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by joshuakraemer against master on the void-packages repository

https://github.com/joshuakraemer/void-packages dkms-kernel-hook
https://github.com/void-linux/void-packages/pull/32550

Add removal of initramfs backup to kernel hook
This is necessary to remove the initramfs backups created by dkms, which otherwise accumulate in /boot.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dkms-kernel-hook-32550.patch --]
[-- Type: text/x-diff, Size: 1157 bytes --]

From 9b76d1a3f018a1afa41f166268d9ffefced10929 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joshua=20Kr=C3=A4mer?= <joshua@kraemer.link>
Date: Tue, 17 Aug 2021 20:49:10 +0200
Subject: [PATCH] Add removal of initramfs backup to kernel hook

---
 srcpkgs/dkms/files/kernel.d/dkms.prerm | 2 ++
 srcpkgs/dkms/template                  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/dkms/files/kernel.d/dkms.prerm b/srcpkgs/dkms/files/kernel.d/dkms.prerm
index 155e9734aee2..e73720598830 100644
--- a/srcpkgs/dkms/files/kernel.d/dkms.prerm
+++ b/srcpkgs/dkms/files/kernel.d/dkms.prerm
@@ -18,4 +18,6 @@ rmdir \
 	"/lib/modules/${VERSION}/updates/dkms" \
 	"/lib/modules/${VERSION}/updates" 2>/dev/null
 
+rm -f /boot/initramfs-${VERSION}.img.old-dkms
+
 exit 0
diff --git a/srcpkgs/dkms/template b/srcpkgs/dkms/template
index 32b0211981f8..0fb5ad7a5d96 100644
--- a/srcpkgs/dkms/template
+++ b/srcpkgs/dkms/template
@@ -1,7 +1,7 @@
 # Template file for 'dkms'
 pkgname=dkms
 version=2.8.4
-revision=2
+revision=3
 conf_files="/etc/dkms/framework.conf"
 depends="bash kmod gcc make coreutils"
 short_desc="Dynamic Kernel Modules System"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Add removal of initramfs backup to kernel hook
  2021-08-17 18:35 [PR PATCH] Add removal of initramfs backup to kernel hook joshuakraemer
                   ` (2 preceding siblings ...)
  2021-08-19 14:37 ` joshuakraemer
@ 2022-06-02  2:14 ` github-actions
  2022-06-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-02  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/32550#issuecomment-1144344883

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: Add removal of initramfs backup to kernel hook
  2021-08-17 18:35 [PR PATCH] Add removal of initramfs backup to kernel hook joshuakraemer
                   ` (3 preceding siblings ...)
  2022-06-02  2:14 ` github-actions
@ 2022-06-17  2:13 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-17  2:13 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

Add removal of initramfs backup to kernel hook
https://github.com/void-linux/void-packages/pull/32550

Description:
This is necessary to remove the initramfs backups created by dkms, which otherwise accumulate in /boot.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-17  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 18:35 [PR PATCH] Add removal of initramfs backup to kernel hook joshuakraemer
2021-08-17 18:39 ` [PR PATCH] [Updated] " joshuakraemer
2021-08-17 18:41 ` joshuakraemer
2021-08-19 14:37 ` joshuakraemer
2022-06-02  2:14 ` github-actions
2022-06-17  2:13 ` [PR PATCH] [Closed]: " github-actions

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).