* [PATCH 1/2] modules: No longer load parallel port modules
@ 2020-01-19 15:50 Michael Tremer
2020-01-19 15:50 ` [PATCH 2/2] modules: Cleanup file Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2020-01-19 15:50 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 625 bytes --]
These modules are loaded by default on all systems.
They are simply a waste of space since not many systems
have parallel ports any more.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
src/initscripts/sysconfig/modules | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/initscripts/sysconfig/modules b/src/initscripts/sysconfig/modules
index 5f8a77d8b..bd18548e8 100644
--- a/src/initscripts/sysconfig/modules
+++ b/src/initscripts/sysconfig/modules
@@ -25,11 +25,6 @@ processor
thermal
video
-### parport
-#
-parport_pc
-lp
-
### fusion
# fusion
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] modules: Cleanup file
2020-01-19 15:50 [PATCH 1/2] modules: No longer load parallel port modules Michael Tremer
@ 2020-01-19 15:50 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-01-19 15:50 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 738 bytes --]
This file has an unsed line for the "fusion" module which
is no longer needed.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
src/initscripts/sysconfig/modules | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/initscripts/sysconfig/modules b/src/initscripts/sysconfig/modules
index bd18548e8..366b46cce 100644
--- a/src/initscripts/sysconfig/modules
+++ b/src/initscripts/sysconfig/modules
@@ -15,8 +15,7 @@
# a space or a tab.
########################################################################
-### ACPI
-#
+# ACPI
ac
battery
button
@@ -25,7 +24,4 @@ processor
thermal
video
-### fusion
-# fusion
-
# End /etc/sysconfig/modules
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-01-19 15:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-19 15:50 [PATCH 1/2] modules: No longer load parallel port modules Michael Tremer
2020-01-19 15:50 ` [PATCH 2/2] modules: Cleanup file Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox