mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Update contents of lfs-bootscripts
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7922 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
791f8426c6
commit
aeb956f6e3
@ -36,6 +36,15 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2007-02-17</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bryan] - Update contents of lfs-bootscripts.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2007-02-09</para>
|
<para>2007-02-09</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -49,8 +49,9 @@
|
|||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>checkfs, cleanfs, console, functions, halt, ifdown, ifup,
|
<seg>checkfs, cleanfs, console, functions, halt, ifdown, ifup,
|
||||||
localnet, mountfs, mountkernfs, network, rc, reboot, sendsignals,
|
localnet, modules, mountfs, mountkernfs, network, rc, reboot,
|
||||||
setclock, static, swap, sysklogd, template, and udev</seg>
|
sendsignals, setclock, static, swap, sysctl, sysklogd, template,
|
||||||
|
udev, and udev_retry</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
@ -147,6 +148,18 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="modules-bootscripts">
|
||||||
|
<term><command>modules</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Loads kernel modules listed in
|
||||||
|
<filename>/etc/sysconfig/modules</filename>, using arguments
|
||||||
|
that are also given there</para>
|
||||||
|
<indexterm zone="ch-scripts-bootscripts modules-bootscripts">
|
||||||
|
<primary sortas="d-modules">modules</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="mountfs-bootscripts">
|
<varlistentry id="mountfs-bootscripts">
|
||||||
<term><command>mountfs</command></term>
|
<term><command>mountfs</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -245,6 +258,18 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="sysctl-bootscripts">
|
||||||
|
<term><command>sysctl</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Loads system configuration values from
|
||||||
|
<filename>/etc/sysctl.conf</filename>, if that file exists,
|
||||||
|
into the running kernel</para>
|
||||||
|
<indexterm zone="ch-scripts-bootscripts sysctl-bootscripts">
|
||||||
|
<primary sortas="d-sysctl">sysctl</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry id="sysklogd-bootscripts">
|
<varlistentry id="sysklogd-bootscripts">
|
||||||
<term><command>sysklogd</command></term>
|
<term><command>sysklogd</command></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
@ -277,6 +302,18 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="udev-retry-bootscripts">
|
||||||
|
<term><command>udev_retry</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Retries failed udev uevents, and copies generated rules
|
||||||
|
files from <filename class="directory">/dev/.udev</filename> to
|
||||||
|
<filename class="directory">/etc/udev/rules.d</filename> if required</para>
|
||||||
|
<indexterm zone="ch-scripts-bootscripts udev-retry-bootscripts">
|
||||||
|
<primary sortas="d-udev-retry">udev_retry</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20070209">
|
<!ENTITY version "SVN-20070217">
|
||||||
<!ENTITY releasedate "February 9, 2007">
|
<!ENTITY releasedate "February 17, 2007">
|
||||||
<!ENTITY milestone "6.3">
|
<!ENTITY milestone "6.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user