Changeset fcc84cc for BOOK/boot/common


Ignore:
Timestamp:
May 29, 2014, 12:48:56 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
7cb9b1d
Parents:
1916102
Message:

Replaced redirection operators with &gt;

Location:
BOOK/boot/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/eudev.xml

    r1916102 rfcc84cc  
    4848    <para os="r1">Create a dummy rule so that Eudev will name ethernet devices properly for the system.</para>
    4949
    50 <screen os="r2"><userinput>echo "# dummy, so that network is once again on eth*" > \
     50<screen os="r2"><userinput>echo "# dummy, so that network is once again on eth*" &gt; \
    5151    /tools/etc/udev/rules.d/80-net-name-slot.rules</userinput></screen>
    5252
  • BOOK/boot/common/shadow.xml

    r1916102 rfcc84cc  
    2929<screen os="c"><userinput>cp -v src/Makefile.in{,.orig}
    3030sed -e 's/groups$(EXEEXT) //' -e 's/= nologin$(EXEEXT)/= /' \
    31     src/Makefile.in.orig > src/Makefile.in</userinput></screen>
     31    src/Makefile.in.orig &gt; src/Makefile.in</userinput></screen>
    3232
    3333    <para os="d">Prepare Shadow for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.