Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dracut: remove ifcfg dracut module
@ 2023-03-02  2:48 LaszloGombos
  2023-03-02  2:49 ` LaszloGombos
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: LaszloGombos @ 2023-03-02  2:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LaszloGombos/void-packages master
https://github.com/void-linux/void-packages/pull/42539

dracut: remove ifcfg dracut module
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-42539.patch --]
[-- Type: text/x-diff, Size: 724 bytes --]

From 85901bf72ddeee0d67c61619e0def8acc0dfa872 Mon Sep 17 00:00:00 2001
From: Laszlo Gombos <laszlo.gombos@gmail.com>
Date: Thu, 2 Mar 2023 02:46:36 +0000
Subject: [PATCH] dracut: remove ifcfg dracut module

---
 srcpkgs/dracut/template | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template
index 52a0c38c91c8..b1ffb0db70c2 100644
--- a/srcpkgs/dracut/template
+++ b/srcpkgs/dracut/template
@@ -64,6 +64,9 @@ post_install() {
 		rm -r ${DESTDIR}/usr/lib/dracut/modules.d/${f}
 	done
 
+	# ifcfg network-scripts dependent (RHEL-derived)
+	rm -r ${DESTDIR}/usr/lib/dracut/modules.d/45ifcfg
+
 	rm ${DESTDIR}/usr/share/man/man8/*.service.*
 	rm -r ${DESTDIR}/usr/lib/kernel
 }

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

end of thread, other threads:[~2023-05-06 14:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02  2:48 [PR PATCH] dracut: remove ifcfg dracut module LaszloGombos
2023-03-02  2:49 ` LaszloGombos
2023-03-02  2:49 ` LaszloGombos
2023-03-02  4:46 ` [PR PATCH] [Updated] " LaszloGombos
2023-03-02 15:25 ` LaszloGombos
2023-03-02 15:42 ` zdykstra
2023-03-18  2:20 ` LaszloGombos
2023-03-31 15:28 ` zdykstra
2023-05-06 14:08 ` [PR PATCH] [Merged]: " classabbyamp

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