Changeset 3ca2208 in clfs-embedded for BOOK/bootscripts
- Timestamp:
- Jul 15, 2007, 8:29:34 AM (17 years ago)
- Branches:
- master
- Children:
- 00b1e11
- Parents:
- 39a9ea5
- Location:
- BOOK/bootscripts/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/inittab.xml
r39a9ea5 r3ca2208 12 12 13 13 <indexterm zone="ch-scripts-inittab"> 14 <primary sortas=" a-inittab">inittab</primary>14 <primary sortas="e-/etc/inittab">/etc/inittab</primary> 15 15 </indexterm> 16 16 17 <sect2 role="package"> 18 <title/> 17 <para>Is the file that specifices how to boot and shutdown a system.</para> 19 18 20 <para>Is the file that specifices how to boot and shutdown a system.</para> 21 22 </sect2> 23 24 <sect2> 25 <title>Create /etc/inittab</title> 26 27 <para os="a">Now we will create the inittab file for use with our system:</para> 19 <para os="a">Now we will create the inittab file for use with our system:</para> 28 20 29 21 <screen os="b"><userinput>cat > ${CLFS}/etc/inittab<< "EOF" … … 47 39 EOF</userinput></screen> 48 40 49 </sect2>50 51 41 </sect1> -
BOOK/bootscripts/common/inputrc.xml
r39a9ea5 r3ca2208 37 37 using the following command:</para> 38 38 39 <screen>< userinput>cat > ${CLFS}/etc/inputrc << "EOF"39 <screen><?dbfo keep-together="auto"?><userinput>cat > ${CLFS}/etc/inputrc << "EOF" 40 40 <literal># Begin /etc/inputrc 41 41 # Modified by Chris Lynn <roryo@roryo.dynup.net> -
BOOK/bootscripts/common/mdev.xml
r39a9ea5 r3ca2208 24 24 25 25 <sect2> 26 <title>Create /etc/mdev.conf</title> 26 <title>Creating /etc/mdev.conf</title> 27 28 <indexterm zone="ch-scripts-mdev"> 29 <primary sortas="e-/etc/mdev.conf">/etc/mdev.conf</primary> 30 </indexterm> 27 31 28 32 <para os="a">Now we will create the mdev.conf file for use with our system:</para> 29 33 30 <screen os="b">< userinput>cat > ${CLFS}/etc/mdev.conf<< "EOF"34 <screen os="b"><?dbfo keep-together="auto"?><userinput>cat > ${CLFS}/etc/mdev.conf<< "EOF" 31 35 <literal># /etc/mdev/conf 32 36 SLEEP=10 -
BOOK/bootscripts/common/profile.xml
r39a9ea5 r3ca2208 12 12 13 13 <indexterm zone="ch-scripts-profile"> 14 <primary sortas=" a-profile">profile</primary>14 <primary sortas="e-/etc/profile">/etc/profile</primary> 15 15 </indexterm> 16 16 17 <sect2 role="package"> 18 <title/> 17 <para>Is the file that specifices how to your environment will function.</para> 19 18 20 <para>Is the file that specifices how to your environment will function.</para> 21 22 </sect2> 23 24 <sect2> 25 <title>Create /etc/profile</title> 26 27 <para os="a">Now we will create the profile file for use with our system:</para> 19 <para os="a">Now we will create the profile file for use with our system:</para> 28 20 29 21 <screen os="b"><userinput>cat > ${CLFS}/etc/profile<< "EOF" … … 51 43 EOF</userinput></screen> 52 44 53 </sect2>54 55 45 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.