Changeset 7e336f1 in clfs-sysroot for BOOK/final-system/common/bash.xml


Ignore:
Timestamp:
Mar 11, 2007, 6:32:25 PM (19 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
c439b8a
Parents:
89d5d0b
Message:

Updated ln -sv commands to be ln -sfv commands for the final system. This allows the same instructions to be used for upgrades as well as initial installs.

File:
1 edited

Legend:

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

    r89d5d0b r7e336f1  
    7171    <para os="l">Create /bin/sh:</para>
    7272
    73 <screen os="m"><userinput>ln -sv bash ${CLFS}/bin/sh</userinput></screen>
     73<screen os="m"><userinput>ln -sfv bash ${CLFS}/bin/sh</userinput></screen>
    7474
    7575  </sect2>
Note: See TracChangeset for help on using the changeset viewer.