Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-bootloader.xml
Date: Thu, 15 Aug 2013 08:14:14
Message-Id: 20130815081411.1C6C52171C@flycatcher.gentoo.org
1 swift 13/08/15 08:14:11
2
3 Modified: hb-install-x86+amd64-bootloader.xml
4 Log:
5 Fix bug #467034 - Info on virtio disks and device mapping table
6
7 Revision Changes Path
8 1.29 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?r1=1.28&r2=1.29
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.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- hb-install-x86+amd64-bootloader.xml 11 Sep 2012 22:49:21 -0000 1.28
21 +++ hb-install-x86+amd64-bootloader.xml 15 Aug 2013 08:14:10 -0000 1.29
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.28 2012/09/11 22:49:21 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.29 2013/08/15 08:14:10 swift Exp $ -->
28
29 <sections>
30
31 -<version>12</version>
32 -<date>2012-09-11</date>
33 +<version>13</version>
34 +<date>2013-08-15</date>
35
36 <section>
37 <title>Making your Choice</title>
38 @@ -325,6 +325,16 @@
39 </pre>
40
41 <p>
42 +When using Linux virtio disks, we need to tell grub where to find the disks as
43 +the <c>grub-install</c> command will otherwise fail. This is done by adding the
44 +device definition to the <path>device.map</path> file:
45 +</p>
46 +
47 +<pre caption="Adding the virtio disk to the device map table">
48 +# <i>echo "(hd0) /dev/vda" >> /boot/grub/device.map</i>
49 +</pre>
50 +
51 +<p>
52 Now we can install GRUB using <c>grub-install</c>:
53 </p>