- Timestamp:
- Feb 21, 2006, 10:29:20 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7675a06
- Parents:
- 7702d6f
- Location:
- BOOK
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86_64-64/grub-build.xml
r7702d6f r0f3854e 59 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 60 60 href="../x86/grub-build.xml" 61 xpointer="xpointer(//*[@os=' g'])"/>61 xpointer="xpointer(//*[@os='f'])"/> 62 62 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/boot/x86_64/grub-build.xml
r7702d6f r0f3854e 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 45 href="../x86/grub-build.xml" 46 xpointer="xpointer(//*[@os=' g'])"/>46 xpointer="xpointer(//*[@os='f'])"/> 47 47 48 48 <screen os="ab"><userinput>make install -
BOOK/chroot/common/kernfs.xml
r7702d6f r0f3854e 16 16 class="username">lfs</systemitem>.</para> 17 17 18 <screen ><userinput>exit</userinput></screen>18 <screen role="nodump"><userinput>exit</userinput></screen> 19 19 20 20 <para>Various file systems exported by the kernel are used to communicate -
BOOK/chroot/common/pwdgroup.xml
r7702d6f r0f3854e 102 102 and group name resolution will now work.</para> 103 103 104 <screen ><userinput>exec /tools/bin/bash --login +h</userinput></screen>104 <screen role="nodump"><userinput>exec /tools/bin/bash --login +h</userinput></screen> 105 105 106 106 <para>Note the use of the <parameter>+h</parameter> directive. This tells -
BOOK/final-system/common/bash.xml
r7702d6f r0f3854e 79 79 the one that is currently being executed):</para> 80 80 81 <screen os="p" ><userinput>exec /bin/bash --login +h</userinput></screen>81 <screen os="p" role="nodump"><userinput>exec /bin/bash --login +h</userinput></screen> 82 82 83 83 <note os="q"> -
BOOK/final-system/common/binutils.xml
r7702d6f r0f3854e 39 39 simple test:</para> 40 40 41 <screen os="c" ><userinput>expect -c "spawn ls"</userinput></screen>41 <screen os="c" role="nodump"><userinput>expect -c "spawn ls"</userinput></screen> 42 42 43 43 <para os="d">If the following message shows up, the environment is not -
BOOK/final-system/common/glibc.xml
r7702d6f r0f3854e 238 238 <para>To determine the local time zone, run the following script:</para> 239 239 240 <screen ><userinput>tzselect</userinput></screen>240 <screen role="nodump"><userinput>tzselect</userinput></screen> 241 241 242 242 <para>After answering a few questions about the location, the script will -
BOOK/final-system/common/shadow.xml
r7702d6f r0f3854e 184 184 class="username">root</systemitem> and set it by running:</para> 185 185 186 <screen ><userinput>passwd root</userinput></screen>186 <screen role="nodump"><userinput>passwd root</userinput></screen> 187 187 188 188 </sect2> -
BOOK/final-system/common/texinfo.xml
r7702d6f r0f3854e 82 82 the following optional commands will accomplish the task:</para> 83 83 84 <screen os="l" ><userinput>cd /usr/share/info84 <screen os="l" role="nodump"><userinput>cd /usr/share/info 85 85 rm dir 86 86 for f in * -
BOOK/final-system/common/vim.xml
r7702d6f r0f3854e 157 157 running the following command:</para> 158 158 159 <screen ><userinput>vim -c ':options'</userinput></screen>159 <screen role="nodump"><userinput>vim -c ':options'</userinput></screen> 160 160 161 161 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.