aboutsummaryrefslogtreecommitdiff
path: root/arch-modules-load.8.txt
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-10-06 17:02:45 +0200
committerTom Gundersen <teg@jklm.no>2012-10-06 17:02:45 +0200
commit75854bbd5f7d2ef05c3dd8e4bd2bbcc614daec68 (patch)
tree25dc19ac346cb8ee8a30298672d1d5ebc587d29f /arch-modules-load.8.txt
parent1ef1701df3e156ac67af827ff9b5139c3b8512c3 (diff)
downloadinitscripts-75854bbd5f7d2ef05c3dd8e4bd2bbcc614daec68.tar.xz
arch-modules-load: drop from systemd compat layer
We now no longer support reading the MODULES array when booting with systemd. The support is kept in initscripts (though a warning is printed) for sake of compatibility. Both initscripts and systemd should be using the new modules-load.d syntax and we should remove all mention of the old from varios documentation, for the sake of simplicity. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'arch-modules-load.8.txt')
-rw-r--r--arch-modules-load.8.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch-modules-load.8.txt b/arch-modules-load.8.txt
index cffad32..a16f780 100644
--- a/arch-modules-load.8.txt
+++ b/arch-modules-load.8.txt
@@ -6,20 +6,19 @@ arch-modules-load(8)
NAME
----
-arch-modules-load, arch-modules-load.service - Compatibility layer for rc.conf's MODULES array
+arch-modules-load - Compatibility layer for rc.conf's MODULES array
SYNOPSIS
--------
/usr/lib/systemd/arch-modules-load
-arch-modules-load.service
-
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 and systemd-modules-load are used the same by both initscripts and systemd.
+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,