Changeset 7927

Show
Ignore:
Timestamp:
02/20/07 20:44:06 (1 year ago)
Author:
bryan
Message:

Add a note about CD symlinks possibly not matching the host. Fixes the rest of #1963.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7926 r7927  
    3838 
    3939    <listitem> 
     40      <para>2007-02-20</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[bryan] - Add a comment about CD symlinks possibly not matching 
     44          the host in section 7.12.2. Should fix the rest of 
     45          <ulink url="&lfs-ticket-root;1963">#1963</ulink>.</para> 
     46        </listitem> 
     47      </itemizedlist> 
     48    </listitem> 
     49 
     50    <listitem> 
    4051      <para>2007-02-18</para> 
    4152      <itemizedlist> 
  • trunk/BOOK/chapter07/symlinks.xml

    r7926 r7927  
    8282    at this time, because you have bind-mounted the host's 
    8383    <filename class="directory">/dev</filename> directory into the LFS system, 
    84     and we assume the symlinks exist and are correct on the host. The rules 
    85     will be created, along with the symlinks, the first time you boot your LFS 
    86     system.</para> 
     84    and we assume the symlinks exist on the host. The rules and symlinks will 
     85    be created the first time you boot your LFS system.</para> 
     86   
     87    <para>However, if you have multiple CD-ROM devices, then the symlinks 
     88    generated at that time may point to different devices than they point to on 
     89    your host, because devices are not discovered in a predictable order. The 
     90    assignments created when you first boot the LFS system will be stable, so 
     91    this is only an issue if you need the symlinks on both systems to point to 
     92    the same device. If you need that, then inspect (and possibly edit) the 
     93    generated <filename>/etc/udev/rules.d/70-persistent-cd.rules</filename> 
     94    file after booting, to make sure the assigned symlinks match what you need.</para> 
    8795 
    8896  </sect2> 
  • trunk/BOOK/general.ent

    r7922 r7927  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    2 <!ENTITY version "SVN-20070217"> 
    3 <!ENTITY releasedate "February 17, 2007"> 
     2<!ENTITY version "SVN-20070220"> 
     3<!ENTITY releasedate "February 20, 2007"> 
    44<!ENTITY milestone "6.3"> 
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->