- Timestamp:
- Dec 16, 2008, 12:49:04 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 745cf48
- Parents:
- c3369870
- Location:
- BOOK/boot
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/alpha/aboot.xml
rc3369870 rd1ff581 30 30 the system build.</para> 31 31 32 <para os="c">After you get the build copied to when you can boot, you will need33 to issue the following command:</para>32 <para os="c">After you get the build copied to the system that it will 33 boot from, you will need to issue the following command:</para> 34 34 35 35 <screen><userinput>swriteboot -f3 /dev/sda /boot/bootlx -
BOOK/boot/common/changingowner.xml
rc3369870 rd1ff581 15 15 <systemitem class="username">clfs</systemitem>, a user that exists only 16 16 on the host system. For security reasons, the ${CLFS} root directory and 17 all of it subdirectories should be owned by17 all of its subdirectories should be owned by 18 18 <systemitem class="username">root</systemitem>. Change the ownership 19 19 for ${CLFS} and its subdirectories by running this command:</para> -
BOOK/boot/common/pwdgroup.xml
rc3369870 rd1ff581 48 48 49 49 <para os="b">The actual password for <systemitem class="username">root</systemitem> 50 (the <quote>::</quote> used here is just a placeholder and allow you to login50 (the <quote>::</quote> used here is just a placeholder and allows you to login 51 51 with no password) will be set later.</para> 52 52 -
BOOK/boot/common/settingenviron.xml
rc3369870 rd1ff581 30 30 on your temporary system.</para> 31 31 32 <para>By putting <filename class="directory">/tools/bin</filename> at 32 <para>By putting <filename class="directory">/tools/bin</filename> and 33 <filename class="directory">/tools/sbin</filename> at 33 34 the end of the standard <envar>PATH</envar>, all the programs installed in 34 35 <xref linkend="chapter-temp-system"/> are only picked up by the shell -
BOOK/boot/common/sysvinit.xml
rc3369870 rd1ff581 98 98 EOF</userinput></screen> 99 99 100 <para>If your system has a serial console run the following command to add100 <para>If your system has a serial console, run the following command to add 101 101 the entry to <filename>${CLFS}/etc/inittab</filename>.</para> 102 102 … … 106 106 EOF</userinput></screen> 107 107 108 <para>Finally, Add the end line to <filename>${CLFS}/etc/inittab</filename>.</para>108 <para>Finally, add the end line to <filename>${CLFS}/etc/inittab</filename>.</para> 109 109 110 110 <screen><userinput>cat >> ${CLFS}/etc/inittab << "EOF"
Note:
See TracChangeset
for help on using the changeset viewer.