From 94e7be5b855f4689a8148d92f7775798d3e29f33 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 14 Dec 2018 23:30:16 -0600 Subject: Admin: ch07: finish /etc/conf.d clade --- src/admin/7_config.xml | 82 ++++++++------------------------------------------ 1 file changed, 12 insertions(+), 70 deletions(-) (limited to 'src/admin') diff --git a/src/admin/7_config.xml b/src/admin/7_config.xml index 82c1548..5e58987 100644 --- a/src/admin/7_config.xml +++ b/src/admin/7_config.xml @@ -100,7 +100,7 @@
Detailed Information - The following variables are configurable in the /etc/conf.d/bootmisc file: + The /etc/conf.d/bootmisc file defines the following configuration variables: Configurable variables in <filename>/etc/conf.d/bootmisc</filename> @@ -179,7 +179,7 @@
Detailed Information - The following variables are configurable in the /etc/conf.d/fsck file: + The /etc/conf.d/fsck file defines the following configuration variables:
Configurable variables in <filename>/etc/conf.d/fsck</filename> @@ -249,7 +249,7 @@ ImportantChanges to this file will not take effect until the system is restarted. -
+
<filename>/etc/conf.d/modules</filename>: Kernel module configuration
Purpose - The /etc/conf.d/ file + The /etc/conf.d/modules file specifies additional kernel modules to load during system initialisation.
Syntax - Shell script. Variables are in + Shell script. Variables are in lowercase.
Detailed Information - + The /etc/conf.d/modules file allows you to specify additional kernel modules for the system to load during initialisation. This is typically unnecessary as the eudev system will automatically load any modules required for the correct functioning of your hardware. However, some advanced use cases may require the loading of additional kernel modules. + The /etc/conf.d/modules file defines the modules configuration variables. This is a space-delimited list of modules to load. + For each module specified, an additional variable, module_MODNAME_args, is defined, where MODNAME is the name of the module. The module_MODNAME_args variable controls the arguments passed to the module. Refer to the documentation for each module for a list of arguments it supports.
@@ -309,64 +296,19 @@ Refer to for information on configuring networks using the Adélie Linux system.
-
- <filename>/etc/conf.d/netmount</filename>: Network file system configuration -
- Purpose - The /etc/conf.d/ file -
-
- Syntax - Shell script. Variables are in -
-
- Detailed Information - -
-
-
- <filename>/etc/conf.d/swap</filename>: Network swap file configuration -
- Purpose - The /etc/conf.d/ file -
-
- Syntax - Shell script. Variables are in -
-
- Detailed Information - -
-
-
- <filename>/etc/conf.d/udev-trigger</filename>: Hardware hot-plug configuration -
- Purpose - The /etc/conf.d/ file -
-
- Syntax - Shell script. Variables are in -
-
- Detailed Information - -
-
<filename>/etc/conf.d/urandom</filename>: Random number configuration
Purpose - The /etc/conf.d/ file + The /etc/conf.d/urandom file specifies the path where the random number seed is stored when the system is shut down.
Syntax - Shell script. Variables are in + Shell script. Variables are in lowercase.
Detailed Information - + The /etc/conf.d/urandom file defines a single configuration variable, urandom_seed, which specifies the path in which to save the random number seed when the system is shut down. The default is /var/lib/misc/random-seed. This variable must point to a path that is on the root filesystem; if /var is a separate filesystem, you must configure this variable to use a different path.
-- cgit v1.2.3-70-g09d2