~ubuntu-branches/debian/jessie/systemd/jessie

« back to all changes in this revision

Viewing changes to man/modules-load.d.html

  • Committer: Package Import Robot
  • Author(s): Tollef Fog Heen, Tollef Fog Heen, Michael Biebl
  • Date: 2012-04-03 19:59:17 UTC
  • mfrom: (1.1.10) (6.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20120403195917-l532urrbg4pkreas
Tags: 44-1
[ Tollef Fog Heen ]
* New upstream version.
  - Backport 3492207: journal: PAGE_SIZE is not known on ppc and other
    archs
  - Backport 5a2a2a1: journal: react with immediate rotation to a couple
    of more errors
  - Backport 693ce21: util: never follow symlinks in rm_rf_children()
    Fixes CVE-2012-1174, closes: #664364
* Drop output message from init-functions hook, it's pointless.
* Only rmdir /lib/init/rw if it exists.
* Explicitly order debian-fixup before sysinit.target to prevent a
  possible race condition with the creation of sockets.  Thanks to
  Michael Biebl for debugging this.
* Always restart the initctl socket on upgrades, to mask sysvinit
  removing it.

[ Michael Biebl ]
* Remove workaround for non-interactive sessions from pam config again.
* Create compat /dev/initctl symlink in case we are upgrading from a system
  running a newer version of sysvinit (using /run/initctl) and sysvinit is
  replaced with systemd-sysv during the upgrade. Closes: #663219
* Install new man pages.
* Build-Depend on valac (>= 0.12) instead of valac-0.12. Closes: #663323

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
 
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>modules-load.d</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"/></head><body><div class="refentry" title="modules-load.d"><a id="modules-load.d"/><div class="titlepage"/><div class="refnamediv"><h2>Name</h2><p>modules-load.d — Configure kernel modules to load at boot</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><p><code class="filename">/usr/lib/modules-load.d/*.conf</code></p><p><code class="filename">/etc/modules-load.d/*.conf</code></p><p><code class="filename">/run/modules-load.d/*.conf</code></p></div><div class="refsect1" title="Description"><a id="id563123"/><h2>Description</h2><p><span class="command"><strong>systemd</strong></span> uses
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>modules-load.d</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="modules-load.d"><a name="modules-load.d"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>modules-load.d — Configure kernel modules to load at boot</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><p><code class="filename">/etc/modules-load.d/*.conf</code></p><p><code class="filename">/run/modules-load.d/*.conf</code></p><p><code class="filename">/usr/lib/modules-load.d/*.conf</code></p></div><div class="refsect1" title="Description"><a name="id413901"></a><h2>Description</h2><p><span class="command"><strong>systemd</strong></span> uses
4
2
                files from the above directories to configure
5
3
                kernel modules to load during boot in a static list.
6
4
                Each configuration file is named in the style of
9
7
                module loading by PCI ID, by DMI ID or similar
10
8
                triggers configured in the kernel modules themselves
11
9
                instead of relying on static configuration like
12
 
                this.</p></div><div class="refsect1" title="Configuration Format"><a id="id563147"/><h2>Configuration Format</h2><p>The configuration files should simply contain a
 
10
                this.</p></div><div class="refsect1" title="Configuration Format"><a name="id413925"></a><h2>Configuration Format</h2><p>The configuration files should simply contain a
13
11
                list of kernel module names to load, separated by
14
12
                newlines. Empty lines and lines whose first
15
13
                non-whitespace character is # or ; are ignored.</p><p>Each configuration file is named in the style of
26
24
                by filename in alphabetical order, regardless in which of the
27
25
                directories they reside, to ensure that a specific
28
26
                configuration file takes precedence over another file with
29
 
                an alphabetically later name.</p></div><div class="refsect1" title="Example"><a id="id563213"/><h2>Example</h2><div class="example"><a id="id563219"/><p class="title"><strong>Example 1. /etc/modules-load.d/virtio-net.conf example:</strong></p><div class="example-contents"><pre class="programlisting"># Load virtio-net.ko at boot
30
 
virtio-net</pre></div></div><br class="example-break"/></div><div class="refsect1" title="See Also"><a id="id563232"/><h2>See Also</h2><p>
 
27
                an alphabetically later name.</p></div><div class="refsect1" title="Example"><a name="id413991"></a><h2>Example</h2><div class="example"><a name="id413997"></a><p class="title"><b>Example 1. /etc/modules-load.d/virtio-net.conf example:</b></p><div class="example-contents"><pre class="programlisting"># Load virtio-net.ko at boot
 
28
virtio-net</pre></div></div><br class="example-break"></div><div class="refsect1" title="See Also"><a name="id446138"></a><h2>See Also</h2><p>
31
29
                        <span class="citerefentry"><span class="refentrytitle">systemd</span>(1)</span>,
32
30
                        <span class="citerefentry"><span class="refentrytitle">modprobe</span>(8)</span>
33
31
                </p></div></div></body></html>