Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-mips-bootloader.xml
Date: Tue, 01 May 2007 06:19:10
Message-Id: E1HilhL-0007lc-54@stork.gentoo.org
1 nightmorph 07/05/01 06:18:51
2
3 Modified: hb-install-mips-bootloader.xml
4 Log:
5 mips bootloader updates, bug 176526
6
7 Revision Changes Path
8 1.17 xml/htdocs/doc/en/handbook/draft/hb-install-mips-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-bootloader.xml?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-bootloader.xml?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-bootloader.xml?r1=1.16&r2=1.17
13
14 Index: hb-install-mips-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-bootloader.xml,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- hb-install-mips-bootloader.xml 19 Mar 2007 09:12:08 -0000 1.16
21 +++ hb-install-mips-bootloader.xml 1 May 2007 06:18:51 -0000 1.17
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-bootloader.xml,v 1.16 2007/03/19 09:12:08 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-bootloader.xml,v 1.17 2007/05/01 06:18:51 nightmorph Exp $ -->
28
29 <sections>
30
31 <version>8.0</version>
32 -<date>2007-02-08</date>
33 +<date>2007-04-30</date>
34
35 <section id="sgi">
36 <title>Silicon Graphics Machines -- Setting Up arcload</title>
37 @@ -136,11 +136,12 @@
38 </pre>
39
40 <p>
41 -Starting with <c>arcload-0.5</c>, <path>arc.cf</path> and kernels may
42 -reside either in the volume header, or on an EXT2/3 partition. If you wish to
43 -utilise this newer feature, you may instead place the files in your
44 -<path>/boot</path> partition (or <path>/</path> if your boot partition is not
45 -separate).
46 +Starting with <c>arcload-0.5</c>, <path>arc.cf</path> and kernels may reside
47 +either in the volume header, or on a partition. If you wish to utilise this
48 +newer feature, you may instead place the files in your <path>/boot</path>
49 +partition (or <path>/</path> if your boot partition is not separate).
50 +<c>arcload</c> uses the filesystem driver code from the popular <c>grub</c>
51 +bootloader, and thus supports the same range of filesystems.
52 </p>
53
54 <pre caption="Placing arc.cf and kernel in the volume header">
55 @@ -436,8 +437,8 @@
56 # <i>exit</i>
57
58 <comment>(Unmount the drives)</comment>
59 -# <i>umount /gentoo/boot</i>
60 -# <i>umount /gentoo</i>
61 +# <i>umount /mnt/gentoo/boot</i>
62 +# <i>umount /mnt/gentoo</i>
63
64 <comment>(Reboot)</comment>
65 # <i>reboot</i>
66 @@ -552,7 +553,7 @@
67
68 <p>
69 Starting with <c>arcload-0.5</c>, files no longer need to be placed in the
70 -volume header -- they may be placed in an EXT2/3 partition instead. To tell
71 +volume header -- they may be placed in a partition instead. To tell
72 <c>arcload</c> where to look for its configuration file and kernels, one must
73 set the <c>OSLoadPartition</c> PROM variable. The exact value here will depend
74 on where your disk resides on the SCSI bus. Use the <c>SystemPartition</c> PROM
75
76
77
78 --
79 gentoo-doc-cvs@g.o mailing list