Changeset 7919

Show
Ignore:
Timestamp:
02/09/07 14:03:49 (1 year ago)
Author:
matthew
Message:

Move readlink to /bin so that Udev rules can use it before /usr is mounted. Fixes #1913.

Files:

Legend:

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

    r7918 r7919  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[matthew] - Move <command>readlink</command> to 
     44          <filename class="directory">/bin</filename> because 
     45          <function>sysreadlink</function> in Udev's shell functions may call 
     46          it before <filename class="directory">/usr</filename> has been 
     47          mounted. Fixes <ulink url="&lfs-ticket-root;1913">#1913</ulink></para> 
     48        </listitem> 
     49        <listitem> 
    4350          <para>[matthew] - Remove some <command>chmod</command> and 
    4451          <command>chown</command> commands from DB, NCurses and Readline as 
  • trunk/BOOK/chapter06/coreutils.xml

    r7872 r7919  
    106106 
    107107<screen><userinput>mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin 
    108 mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,rm} /bin 
     108mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,readlink,rm} /bin 
    109109mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin 
    110110mv -v /usr/bin/chroot /usr/sbin</userinput></screen>