Ignore:
Timestamp:
Apr 26, 2017, 12:43:49 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
1f7dd93
Parents:
cf996ec
Message:

Add literal tag around config.cache contents.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/systemd.xml

    rcf996ec r479720a  
    4040    <para os="cc1">Create a file to declare some variables</para>
    4141
    42     <screen os="cc2"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
    43         KILL="/bin/kill"
    44         MOUNT_PATH="/bin/mount"
    45         UMOUNT_PATH="/bin/umount"
    46         SULOGIN="/sbin/sulogin"
    47         XSLTPROC="/usr/bin/xsltproc"
    48         EOF</userinput></screen>
    49 
     42<screen os="cc2"><userinput>cat &gt; config.cache &lt;&lt; "EOF"
     43<literal>KILL="/bin/kill"
     44MOUNT_PATH="/bin/mount"
     45UMOUNT_PATH="/bin/umount"
     46SULOGIN="/sbin/sulogin"
     47XSLTPROC="/usr/bin/xsltproc"</literal>
     48EOF</userinput></screen>
    5049
    5150    <para os="a">Prepare systemd for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.