Changeset f1fd69a for boot/common/sysvinit.xml
- Timestamp:
- Jul 1, 2006, 11:52:01 PM (19 years ago)
- Children:
- 6ea30c8
- Parents:
- b18d234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/common/sysvinit.xml
rb18d234 rf1fd69a 28 28 <screen os="ab"><userinput>cp -v src/Makefile src/Makefile.orig 29 29 sed -e 's@root@0@g' \ 30 -e "s@/dev/initctl@${ LFS}&@g" \30 -e "s@/dev/initctl@${CLFS}&@g" \ 31 31 -e 's@\(mknod \)-m \([0-9]* \)\(.* \)p@\1\3p; chmod \2\3@g' \ 32 32 -e "s@/usr/lib@/tools/lib@" \ … … 44 44 xpointer="xpointer(//*[@os='e'])"/> 45 45 46 <screen os="ad"><userinput>make -C src install INSTALL="install" ROOT="${ LFS}"</userinput></screen>46 <screen os="ad"><userinput>make -C src install INSTALL="install" ROOT="${CLFS}"</userinput></screen> 47 47 48 48 </sect2> … … 57 57 58 58 <indexterm zone="conf-tools-sysvinit"> 59 <primary sortas="e-${ LFS}/etc/inittab">${LFS}/etc/inittab</primary>59 <primary sortas="e-${CLFS}/etc/inittab">${CLFS}/etc/inittab</primary> 60 60 </indexterm> 61 61 62 <para os="ae">Create a new file <filename>${ LFS}/etc/inittab</filename> by62 <para os="ae">Create a new file <filename>${CLFS}/etc/inittab</filename> by 63 63 running the following:</para> 64 64 65 <screen os="af"><userinput>cat > ${ LFS}/etc/inittab << "EOF"65 <screen os="af"><userinput>cat > ${CLFS}/etc/inittab << "EOF" 66 66 <literal># Begin /etc/inittab 67 67
Note:
See TracChangeset
for help on using the changeset viewer.