Changeset d9bec84 in clfs-sysroot for BOOK/final-system/common/sysvinit.xml


Ignore:
Timestamp:
May 28, 2006, 9:03:35 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
634031b
Parents:
3349a3a
Message:

r3671@server (orig r1668): jciccone | 2006-05-28 07:11:26 -0700
Added information about changing the ownership of the system and creating the neccesary device nodes.

File:
1 edited

Legend:

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

    r3349a3a rd9bec84  
    4343
    4444<screen os="s2"><userinput>cp -v src/Makefile src/Makefile.orig
    45 sed -e 's@root@0@g' \
    46     -e "s@/dev/initctl@${LFS}&amp;@g" \
     45sed -e 's@/dev/initctl@$(ROOT)&amp;@g' \
    4746    -e 's@\(mknod \)-m \([0-9]* \)\(.* \)p@\1\3p; chmod \2\3@g' \
    48     -e "s@/usr/lib@${LFS}&amp;@" \
     47    -e '/^ifeq/s/$(ROOT)//' \
     48    -e 's@/usr/lib@$(ROOT)&amp;@' \
    4949    src/Makefile.orig &gt; src/Makefile</userinput></screen>
    5050
     
    5252
    5353<screen os="d"><userinput>make -C src clobber
    54 make -C src CC="${CC}"</userinput></screen>
     54make -C src ROOT=${LFS} CC="${CC}"</userinput></screen>
    5555
    5656    <para os="e">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.