Changeset 350ab24 for BOOK/boot/sparc
- Timestamp:
- Apr 28, 2014, 8:56:46 PM (12 years ago)
- Parents:
- 5c8e74d (diff), 31cfd067 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- BOOK/boot/sparc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/sparc/fstab.xml
r5c8e74d r350ab24 13 13 <indexterm zone="ch-boot-fstab"> 14 14 <primary sortas="e-/etc/fstab">/etc/fstab</primary> 15 <secondary>boot</secondary> 15 16 </indexterm> 16 17 … … 27 28 /dev/<replaceable>[xxx]</replaceable> / <replaceable>[fff]</replaceable> defaults 1 1 28 29 /dev/<replaceable>[yyy]</replaceable> swap swap pri=1 0 0 29 proc /proc proc defaults 0 030 sysfs /sys sysfs defaults 0 031 30 devpts /dev/pts devpts gid=&gid-tty;,mode=620 0 0 32 31 shm /dev/shm tmpfs defaults 0 0 33 tmpfs /run tmpfs defaults 0 034 devtmpfs /dev devtmpfs mode=0755,nosuid 0 035 32 none /proc/openprom openpromfs defaults 0 0 36 33 # End /etc/fstab</literal> -
BOOK/boot/sparc/silo-build.xml
r5c8e74d r350ab24 44 44 <term><parameter>CC=cc</parameter></term> 45 45 <listitem> 46 <para>Overwrites the default value of <command>gcc -m32</command> which will fail 46 <para>Overwrites the default value of <command>gcc -m32</command> which will fail 47 47 to compile on 64 bit targets. This is not to be confused with <command>CC=${CC}</command> below.</para> 48 48 </listitem> -
BOOK/boot/sparc/silo.xml
r5c8e74d r350ab24 17 17 18 18 <para os="a">This is for the configuration of <command>silo</command>, similar 19 to what is in boot scripts.</para>19 to what is in boot-scripts.</para> 20 20 21 21 <screen><userinput>cat > ${CLFS}/etc/silo.conf << "EOF" … … 25 25 timeout = 150 # Wait 15 seconds before booting the default section 26 26 27 image = / boot/clfskernel-&linux-version;27 image = /tools/boot/vmlinuz-clfs-&linux-version; 28 28 label = linux 29 29 # End /etc/silo.conf</literal>
Note:
See TracChangeset
for help on using the changeset viewer.
