Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-bootloader.xml
Date: Tue, 13 Mar 2007 14:31:27
Message-Id: E1HR81n-0000DS-Gm@stork.gentoo.org
1 neysx 07/03/13 14:31:03
2
3 Modified: hb-install-x86+amd64-bootloader.xml
4 Log:
5 #170729 added --no-floppy to grub cmd line
6
7 Revision Changes Path
8 1.7 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?r1=1.6&r2=1.7
13
14 Index: hb-install-x86+amd64-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- hb-install-x86+amd64-bootloader.xml 2 Nov 2006 07:27:24 -0000 1.6
21 +++ hb-install-x86+amd64-bootloader.xml 13 Mar 2007 14:31:03 -0000 1.7
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/hb-install-x86+amd64-bootloader.xml,v 1.6 2006/11/02 07:27:24 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.7 2007/03/13 14:31:03 neysx Exp $ -->
28
29 <sections>
30
31 -<version>4.2</version>
32 -<date>2006-11-01</date>
33 +<version>4.3</version>
34 +<date>2007-03-12</date>
35
36 <section>
37 <title>Making your Choice</title>
38 @@ -415,7 +415,7 @@
39 </p>
40
41 <pre caption="Running grub-install">
42 -# <i>grub-install /dev/hda</i>
43 +# <i>grub-install --no-floppy /dev/hda</i>
44 </pre>
45
46 <p>
47 @@ -441,7 +441,7 @@
48 </p>
49
50 <pre caption="Starting the GRUB shell">
51 -# <i>grub</i>
52 +# <i>grub --no-floppy</i>
53 </pre>
54
55 <note>
56
57
58
59 --
60 gentoo-doc-cvs@g.o mailing list