Changeset e7848c3 for chapter06


Ignore:
Timestamp:
08/16/2014 04:32:00 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
9b26915
Parents:
7e1a1f8
Message:

Merge lfs-svn, fix timedatectl command.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/adjusting.xml

    r7e1a1f8 re7848c3  
    4747readelf -l a.out | grep ': /lib'</userinput></screen>
    4848
    49   <para os="b">If everything is working correctly, there should be no errors,
     49  <para os="b">There should be no errors,
    5050  and the output of the last command will be (allowing for
    5151  platform-specific differences in dynamic linker name):</para>
     
    6060<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen>
    6161
    62   <para os="f">If everything is working correctly, there should be no errors,
    63     and the output of the last command will be:</para>
     62  <para os="f">The output of the last command should be:</para>
    6463
    6564<screen><computeroutput>/usr/lib/crt1.o succeeded
     
    7271<screen><userinput>grep -B1 '^ /usr/include' dummy.log</userinput></screen>
    7372
    74   <para os="h">This command should return successfully with the following output:</para>
     73  <para os="h">This command should return the following output:</para>
    7574
    7675<screen><computeroutput>#include &lt;...&gt; search starts here:
     
    8180<screen os="j"><userinput>grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'</userinput></screen>
    8281
    83   <para os="k">If everything is working correctly, there should be no errors,
    84   and the output of the last command
    85   will be:</para>
     82  <para os="k">The output of the last command should be:</para>
    8683
    8784<screen><computeroutput>SEARCH_DIR("/usr/lib")
     
    9289<screen os="m"><userinput>grep "/lib.*/libc.so.6 " dummy.log</userinput></screen>
    9390
    94   <para os="n">If everything is working correctly, there should be no errors,
    95   and the output of the last command (allowing for a lib64 directory on 64-bit hosts)
    96   will be:</para>
     91  <para os="n">The output of the last command (allowing for a lib64 directory
     92  on 64-bit hosts) should be:</para>
    9793
    9894<screen os="o"><computeroutput>attempt to open /lib/libc.so.6 succeeded</computeroutput></screen>
     
    10298<screen os="q"><userinput>grep found dummy.log</userinput></screen>
    10399
    104   <para os="r">If everything is working correctly, there should be no errors,
    105   and the output of the last command will be (allowing for
    106   platform-specific differences in dynamic linker name and a lib64 directory
    107   on 64-bit hosts):</para>
     100  <para os="r"> The output of the last command should be (allowing for
     101  platform-specific differences in dynamic linker name and a lib64 directory on
     102  64-bit hosts):</para>
    108103
    109104<screen os="s"><computeroutput>found ld-linux.so.2 at /lib/ld-linux.so.2</computeroutput></screen>
Note: See TracChangeset for help on using the changeset viewer.