Changeset 0f3854e for BOOK/final-system/common
- Timestamp:
- Feb 21, 2006, 2: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/final-system/common
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
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.