Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter09/bootscripts.xml

    rc34b4fb rc1fec3a9  
    7575        <listitem>
    7676          <para>Checks the integrity of the file systems before they are mounted
    77           (with the exception of journal and network based file systems)</para>
     77          (with the exception of journaling and network-based file systems)</para>
    7878          <indexterm zone="ch-config-bootscripts checkfs-bootscripts">
    7979            <primary sortas="d-checkfs">checkfs</primary>
     
    174174        <term><command>mountfs</command></term>
    175175        <listitem>
    176           <para>Mounts all file systems, except ones that are marked
    177           <emphasis>noauto</emphasis> or are network based</para>
     176          <para>Mounts all file systems, except those that are marked
     177          <emphasis>noauto</emphasis>, or are network based</para>
    178178          <indexterm zone="ch-config-bootscripts mountfs-bootscripts">
    179179            <primary sortas="d-mountfs">mountfs</primary>
     
    209209          <para>The master run-level control script; it is responsible for
    210210          running all the other bootscripts one-by-one, in a sequence determined
    211           by the name of the symbolic links being processed</para>
     211          by the names of the symbolic links to those other bootscripts</para>
    212212          <indexterm zone="ch-config-bootscripts rc-bootscripts">
    213213            <primary sortas="d-rc">rc</primary>
     
    240240        <term><command>setclock</command></term>
    241241        <listitem>
    242           <para>Resets the kernel clock to local time in case the hardware clock
    243           is not set to UTC time</para>
     242          <para>Resets the system clock to local time if the hardware clock
     243          is not set to UTC</para>
    244244          <indexterm zone="ch-config-bootscripts setclock-bootscripts">
    245245            <primary sortas="d-setclock">setclock</primary>
     
    306306        <listitem>
    307307          <para>Prepares the <filename class="directory">/dev</filename>
    308           directory and starts Udev</para>
     308          directory and starts the udev daemon</para>
    309309          <indexterm zone="ch-config-bootscripts udev-bootscripts">
    310310            <primary sortas="d-udev">udev</primary>
Note: See TracChangeset for help on using the changeset viewer.