mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] Install configuration files for systemd-modules-load.service
@ 2019-07-23 13:35 Lars Pedersen
  2019-07-23 13:53 ` [ptxdist] [PATCH v2] systemd: " Lars Pedersen
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Pedersen @ 2019-07-23 13:35 UTC (permalink / raw)
  To: ptxdist; +Cc: Lars Pedersen

Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
---
 rules/systemd.in   | 5 +++++
 rules/systemd.make | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/rules/systemd.in b/rules/systemd.in
index 5ce43b99c..c7f410cf7 100644
--- a/rules/systemd.in
+++ b/rules/systemd.in
@@ -169,6 +169,11 @@ config SYSTEMD_UDEV_CUST_RULES
 	  This will install the customized udev rules files from
 	  'projectroot/usr/lib/udev/rules.d' into '/usr/lib/udev/rules.d'
 
+config SYSTEMD_MODULES_LOAD_D
+	bool
+	default n
+		prompt "install kernel modules to load at boot"
+
 endmenu
 
 menu "persistent device node links  "
diff --git a/rules/systemd.make b/rules/systemd.make
index da375fd89..4bed33be5 100644
--- a/rules/systemd.make
+++ b/rules/systemd.make
@@ -452,6 +452,10 @@ ifdef PTXCONF_SYSTEMD_UDEV_CUST_RULES
 	@$(call install_alternative_tree, systemd, 0, 0, /usr/lib/udev/rules.d)
 endif
 
+ifdef PTXCONF_SYSTEMD_MODULES_LOAD_D
+	@$(call install_alternative_tree, systemd, 0, 0, /usr/lib/modules-load.d)
+endif
+
 	@$(call install_finish, systemd)
 
 	@$(call touch)
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2019-08-07 10:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-23 13:35 [ptxdist] [PATCH] Install configuration files for systemd-modules-load.service Lars Pedersen
2019-07-23 13:53 ` [ptxdist] [PATCH v2] systemd: " Lars Pedersen
2019-08-07 10:47   ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox