aboutsummaryrefslogtreecommitdiff
path: root/arch-modules-load.8.txt
blob: a16f78085a8c8740282841dc4479f271ab934585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/////
vim:set ts=4 sw=4 syntax=asciidoc noet:
/////
arch-modules-load(8)
====================

NAME
----
arch-modules-load - Compatibility layer for rc.conf's MODULES array

SYNOPSIS
--------
/usr/lib/systemd/arch-modules-load

DESCRIPTION
-----------
Parses the MODULES array from rc.conf at early boot and passes on the list of modules to load to
systemd-modules-load.

arch-modules-load is only used by initscripts, and systemd-modules-load is used the same by both
initscripts and systemd.

Note: this is meant as a compatibility layer only for the purposes of easing users' transition from
the old rc.conf syntax to the new systemd syntax. You are strongly encouraged to not rely on this,
but rather use the native modules-load.d configuration format.

SEE ALSO
--------

rc.conf(5), systemd-modules-load(8), modules-load.d(5)

AUTHORS
-------
Written by Tom Gundersen.