Changeset f1fd69a for boot/sparc
- Timestamp:
- Jul 1, 2006, 11:52:01 PM (18 years ago)
- Children:
- 6ea30c8
- Parents:
- b18d234
- Location:
- boot/sparc
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/sparc/fstab.xml
rb18d234 rf1fd69a 9 9 <?dbhtml filename="fstab.html"?> 10 10 11 <title>Creating the ${ LFS}/etc/fstab File</title>11 <title>Creating the ${CLFS}/etc/fstab File</title> 12 12 13 13 <indexterm zone="ch-boot-fstab"> 14 <primary sortas="e-${ LFS}/etc/fstab">${LFS}/etc/fstab</primary>14 <primary sortas="e-${CLFS}/etc/fstab">${CLFS}/etc/fstab</primary> 15 15 </indexterm> 16 16 … … 19 19 xpointer="xpointer(//*[@os='a'])"/> 20 20 21 <screen><userinput>cat > ${ LFS}/etc/fstab << "EOF"21 <screen><userinput>cat > ${CLFS}/etc/fstab << "EOF" 22 22 <literal># Begin /etc/fstab 23 23 -
boot/sparc/kernel.xml
rb18d234 rf1fd69a 84 84 85 85 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${CLFS_TARGET}- \ 86 INSTALL_MOD_PATH=${ LFS} modules_install</userinput></screen>86 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 87 87 88 88 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 94 94 xpointer="xpointer(//*[@os='v'])"/> 95 95 96 <screen><userinput>cp -v vmlinux ${ LFS}/boot/lfskernel-&linux-version;</userinput></screen>96 <screen><userinput>cp -v vmlinux ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen> 97 97 98 98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
boot/sparc/silo-build.xml
rb18d234 rf1fd69a 41 41 xpointer="xpointer(//*[@os='d'])"/> 42 42 43 <screen os="ab"><userinput>make DESTDIR=${ LFS} install</userinput></screen>43 <screen os="ab"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 44 44 45 45 </sect2> -
boot/sparc/silo.xml
rb18d234 rf1fd69a 19 19 to what is in bootscripts.</para> 20 20 21 <screen><userinput>cat > ${ LFS}/etc/silo.conf << "EOF"21 <screen><userinput>cat > ${CLFS}/etc/silo.conf << "EOF" 22 22 <literal># Begin /etc/silo.conf 23 23 partition = 1 # Boot partition (= root partition) … … 25 25 timeout = 150 # Wait 15 seconds before booting the default section 26 26 27 image = /boot/ lfskernel-&linux-version;27 image = /boot/clfskernel-&linux-version; 28 28 label = linux 29 29 # End /etc/silo.conf</literal> -
boot/sparc/sysvinit.xml
rb18d234 rf1fd69a 58 58 59 59 <indexterm zone="conf-tools-sysvinit"> 60 <primary sortas="e-${ LFS}/etc/inittab">${LFS}/etc/inittab</primary>60 <primary sortas="e-${CLFS}/etc/inittab">${CLFS}/etc/inittab</primary> 61 61 </indexterm> 62 62 63 <para>Create a new file <filename>${ LFS}/etc/inittab</filename> by63 <para>Create a new file <filename>${CLFS}/etc/inittab</filename> by 64 64 running the following:</para> 65 65 66 <screen><userinput>cat > ${ LFS}/etc/inittab << "EOF"66 <screen><userinput>cat > ${CLFS}/etc/inittab << "EOF" 67 67 <literal># Begin /etc/inittab 68 68
Note:
See TracChangeset
for help on using the changeset viewer.