Changeset 0f12103
- Timestamp:
- Jul 5, 2006, 1:06:51 PM (18 years ago)
- Children:
- 0a34c2a
- Parents:
- 2e6f100
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r2e6f100 r0f12103 1 LFS Book Conversion Tools Installation Instructions1 CLFS Book Conversion Tools Installation Instructions 2 2 3 3 After downloading the SVN source, there are some things that need to be set up … … 5 5 read (e.g. HTML, TXT, or PDF). If you are interested in this, then keep 6 6 reading. If you are only interested in editing the XML source for re- 7 submission to the lfs-book orlfs-dev mailing lists, then you do not need this7 submission to the clfs-commits or clfs-dev mailing lists, then you do not need this 8 8 document. Instead, you need to read the LFS Editor's Manual. See the LFS 9 9 website at http://www.linuxfromscratch.org for more information. -
boot/alpha/kernel.xml
r2e6f100 r0f12103 92 92 93 93 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${CLFS_TARGET}- \ 94 INSTALL_MOD_PATH=${ LFS} modules_install</userinput></screen>94 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 95 95 96 96 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 102 102 xpointer="xpointer(//*[@os='v'])"/> 103 103 104 <screen><userinput>cp -v vmlinux ${ LFS}/boot/lfskernel-&linux-version;</userinput></screen>104 <screen><userinput>cp -v vmlinux ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen> 105 105 106 106 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
boot/common/pwdgroup.xml
r2e6f100 r0f12103 117 117 </variablelist> 118 118 119 <para>Create the <filename>${ LFS}/etc/group</filename> file by running119 <para>Create the <filename>${CLFS}/etc/group</filename> file by running 120 120 the following command:</para> 121 121 -
bootscripts/common/hostname.xml
r2e6f100 r0f12103 22 22 and enter a hostname by running:</para> 23 23 24 <screen><userinput>echo "HOSTNAME=<replaceable>[ lfs]</replaceable>" > /etc/sysconfig/network</userinput></screen>24 <screen><userinput>echo "HOSTNAME=<replaceable>[clfs]</replaceable>" > /etc/sysconfig/network</userinput></screen> 25 25 26 <para><replaceable>[ lfs]</replaceable> needs to be replaced with the26 <para><replaceable>[clfs]</replaceable> needs to be replaced with the 27 27 name given to the computer. Do not enter the Fully Qualified 28 28 Domain Name (FQDN) here. That information will be put in the -
bootscripts/common/setclock.xml
r2e6f100 r0f12103 50 50 EOF</userinput></screen> 51 51 52 <para os="e">A good hint explaining how to deal with time on LFS is available52 <para os="e">A good hint explaining how to deal with time on CLFS is available 53 53 at <ulink url="&hints-root;time.txt"/>. It explains issues such as 54 54 time zones, UTC, and the <envar>TZ</envar> environment variable.</para> -
chroot/common/changingowner.xml
r2e6f100 r0f12103 13 13 <para os="a">Currently, the <filename class="directory">/tools</filename> 14 14 and <filename class="directory">/cross-tools</filename> directories 15 are owned by the user <emphasis> lfs</emphasis>, a user that15 are owned by the user <emphasis>clfs</emphasis>, a user that 16 16 exists only on the host system. Although the <filename 17 17 class="directory">/tools</filename> and <filename … … 27 27 28 28 <para os="b">To avoid this issue, add the <systemitem 29 class="username"> lfs</systemitem> user to the new CLFS system later when29 class="username">clfs</systemitem> user to the new CLFS system later when 30 30 creating the <filename>/etc/passwd</filename> file, taking care to assign 31 31 it the same user and group IDs as on the host system. Alternatively, -
partitioning/common/mounting.xml
r2e6f100 r0f12103 18 18 to you.</para> 19 19 20 <para>Choose a mount point and assign it to the <envar> LFS</envar>20 <para>Choose a mount point and assign it to the <envar>CLFS</envar> 21 21 environment variable by running:</para> 22 22 -
the-end/getcounted.xml
r2e6f100 r0f12103 12 12 13 13 <para>Now that you have finished the book, do you want to be counted 14 as an LFS user? Head over to <ulink 15 url="&lfs-root;cgi-bin/lfscounter.cgi"/> and register as an LFS user 16 by entering your name and the first LFS version you have used.</para> 17 18 <para>Let's reboot into LFS now.</para> 14 as a CLFS user? Head over to <ulink 15 url="&lfs-root;cgi-bin/lfscounter.cgi"/> and register as a CLFS user 16 by entering your name and the first CLFS version you have used.</para> 19 17 20 18 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.