From 55944e5e40b1be2afc4855d8d2baf4b73d1876b5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:49:52 +0200 Subject: Adding upstream version 255.4. Signed-off-by: Daniel Baumann --- man/systemd-modules-load.service.xml | 73 ++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 man/systemd-modules-load.service.xml (limited to 'man/systemd-modules-load.service.xml') diff --git a/man/systemd-modules-load.service.xml b/man/systemd-modules-load.service.xml new file mode 100644 index 0000000..fc51716 --- /dev/null +++ b/man/systemd-modules-load.service.xml @@ -0,0 +1,73 @@ + + + + + + + + systemd-modules-load.service + systemd + + + + systemd-modules-load.service + 8 + + + + systemd-modules-load.service + systemd-modules-load + Load kernel modules at boot + + + + systemd-modules-load.service + /usr/lib/systemd/systemd-modules-load + + + + Description + + systemd-modules-load.service is an early boot service that loads kernel + modules. It reads static configuration from files in /usr/ and + /etc/, but also runtime configuration from /run/ and the kernel + command line (see below). + + See + modules-load.d5 for + information about the configuration format of this service and paths where configuration files can be + created. + + + + Kernel Command Line + + systemd-modules-load.service + understands the following kernel command line parameters: + + + + + modules_load= + rd.modules_load= + + Takes a comma-separated list of kernel modules to statically load during early boot. + The option prefixed with rd. is read in the initrd only. + + + + + + + + + See Also + + systemd1, + modules-load.d5, + + + + -- cgit v1.2.3