Changeset 305178d


Ignore:
Timestamp:
05/20/2009 03:55:19 PM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
104733c
Parents:
4c6a067
Message:

Added a note to dash that creating a symlink to sh will need
to be reverted to bash when building LFS.
Changed the role of the symlink instruction to 'nodump' for alfs.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7825 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4c6a067 r305178d  
    44-->
    55
    6 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     6<!ENTITY day          "20">                   <!-- Always 2 digits -->
    77<!ENTITY month        "05">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
  • introduction/welcome/changelog.xml

    r4c6a067 r305178d  
    4242-->
    4343    <listitem>
     44      <para>May 20th, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[bdubbs] - Added a note to dash that creating a symlink to
     48          sh will need to be reverted to bash when building LFS.  Changed
     49          the role of the symlink instruction to 'nodump' for alfs.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4455      <para>May 13th, 2009</para>
    4556      <itemizedlist>
  • postlfs/shells/dash.xml

    r4c6a067 r305178d  
    9292    symlink as the <systemitem class="username">root</systemitem> user:</para>
    9393
    94 <screen role="root"><userinput>ln -svf dash /bin/sh</userinput></screen>
     94    <note><para>If you create the symbolic link from <command>dash</command>
     95    to  <command>sh</command>, you will need to reset the link to
     96    <command>bash</command> to build LFS.  </para></note>
     97
     98<screen role="nodump"><userinput>ln -svf dash /bin/sh</userinput></screen>
    9599
    96100  </sect2>
Note: See TracChangeset for help on using the changeset viewer.