swift       13/09/20 06:47:49

  Modified:             grub2-migration.xml
  Log:
  Fix bug #484144 - Use /boot/grub as grub2 location

Revision  Changes    Path
1.5                  xml/htdocs/doc/en/grub2-migration.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/grub2-migration.xml?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/grub2-migration.xml?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/grub2-migration.xml?r1=1.4&r2=1.5

Index: grub2-migration.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub2-migration.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- grub2-migration.xml 15 Aug 2013 07:53:26 -0000      1.4
+++ grub2-migration.xml 20 Sep 2013 06:47:49 -0000      1.5
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub2-migration.xml,v 1.4 
2013/08/15 07:53:26 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/grub2-migration.xml,v 1.5 
2013/09/20 06:47:49 swift Exp $ -->
 
 <guide>
 <title>GRUB2 migration from GRUB Legacy</title>
@@ -18,8 +18,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/3.0 -->
 <license/>
 
-<version>3</version>
-<date>2013-08-15</date>
+<version>4</version>
+<date>2013-09-19</date>
 
 <chapter>
 <title>Background</title>
@@ -123,15 +123,15 @@
 The next step is to install and configure GRUB2 on your <path>/boot</path>
 partition without removing GRUB Legacy from your MBR. The example below
 uses <path>/dev/sda</path> but you must replace it with your boot drive path.
-The first step installs the necessary GRUB2 files to <path>/boot/grub2</path>,
+The first step installs the necessary GRUB2 files to <path>/boot/grub</path>,
 while the second step scans your available kernels and generates a suitable
-config file to <path>/boot/grub2/grub.cfg</path>.
+config file to <path>/boot/grub/grub.cfg</path>.
 </p>
 
 <pre caption="Installing and configuring GRUB2">
 # <i>grub2-install --grub-setup=/bin/true /dev/sda</i>
 Installation finished. No error reported.
-# <i>grub2-mkconfig -o /boot/grub2/grub.cfg</i>
+# <i>grub2-mkconfig -o /boot/grub/grub.cfg</i>
 Generating grub.cfg ...
 Found linux image: /boot/kernel-3.2.12-gentoo
 Found initrd image: /boot/initramfs-genkernel-x86_64-3.2.12-gentoo
@@ -177,7 +177,7 @@
 
 <i>title GRUB2 Chainload
 root (hd0,0)
-kernel /boot/grub2/i386-pc/core.img
+kernel /boot/grub/i386-pc/core.img
 boot</i>
 
 title Gentoo Linux 3.2.12
@@ -215,7 +215,6 @@
 <pre caption="Replacing GRUB Legacy">
 # <i>grub2-install /dev/sda</i>
 Installation finished. No error reported.
-# <i>rm -rf /boot/grub/</i>
 </pre>
 
 <p>
@@ -242,7 +241,7 @@
 </note>
 
 <pre caption="Installing a new kernel">
-# <i>grub2-mkconfig -o /boot/grub2/grub.cfg</i>
+# <i>grub2-mkconfig -o /boot/grub/grub.cfg</i>
 Generating grub.cfg ...
 Found linux image: /boot/kernel-3.3.8-gentoo
 Found initrd image: /boot/initramfs-genkernel-x86_64-3.3.8-gentoo




Reply via email to