- Timestamp:
- Jan 8, 2011, 8:01:38 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bc1efc44
- Parents:
- bd6ae4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/sysvinit.xml
rbd6ae4f r3b0c31e 23 23 <title>Installation of Sysvinit</title> 24 24 25 <para os="aa"> Make some modifications to allow you to boot into26 the minimal temp-system:</para>25 <para os="aa">The following modifications help locate files specific to this 26 perticular build:</para> 27 27 28 <screen os="ab"><userinput>cp -v src/Makefile src/Makefile.orig 29 sed -e 's@root@0@g' \ 30 -e "s@/dev/initctl@${CLFS}&@g" \ 31 -e 's@\(mknod \)-m \([0-9]* \)\(.* \)p@\1\3p; chmod \2\3@g' \ 32 -e "s@/usr/lib@/tools/lib@" \ 33 src/Makefile.orig > src/Makefile</userinput></screen> 28 <screen os="ab"><userinput>cp -v src/Makefile{,.orig} 29 sed -e 's,/usr/lib,/tools/lib,g' \ 30 src/Makefile.orig > src/Makefile</userinput></screen> 34 31 35 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 44 41 xpointer="xpointer(//*[@os='e'])"/> 45 42 46 <screen os="ad"><userinput>make -C src install INSTALL=install ROOT=${CLFS}</userinput></screen>43 <screen os="ad"><userinput>make -C src ROOT=${CLFS} install</userinput></screen> 47 44 48 45 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.