From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SM0pe-0003hz-Dc for garchives@archives.gentoo.org; Sun, 22 Apr 2012 17:44:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03190E07C3; Sun, 22 Apr 2012 17:44:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C88BAE07C3 for ; Sun, 22 Apr 2012 17:44:09 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 306901B40F4 for ; Sun, 22 Apr 2012 17:44:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id B42C62004C; Sun, 22 Apr 2012 17:44:07 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, swift@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-bootloader.xml X-VCS-Repository: gentoo X-VCS-Files: hb-install-x86+amd64-bootloader.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Message-Id: <20120422174407.B42C62004C@flycatcher.gentoo.org> Date: Sun, 22 Apr 2012 17:44:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 35809404-bb5b-48ee-adc8-d138ac69b19a X-Archives-Hash: 2e4277cfccbe520a7387ae5cc793a585 swift 12/04/22 17:44:07 Modified: hb-install-x86+amd64-bootloader.xml Log: Fix bug #413097 - Typo on GRUB Revision Changes Path 1.26 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-boot= loader.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-install-x86+amd64-bootloader.xml?rev=3D1.26&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-install-x86+amd64-bootloader.xml?rev=3D1.26&content-type=3Dtext/p= lain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-install-x86+amd64-bootloader.xml?r1=3D1.25&r2=3D1.26 Index: hb-install-x86+amd64-bootloader.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+a= md64-bootloader.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- hb-install-x86+amd64-bootloader.xml 22 Apr 2012 10:31:29 -0000 1.25 +++ hb-install-x86+amd64-bootloader.xml 22 Apr 2012 17:44:07 -0000 1.26 @@ -4,11 +4,11 @@ =20 - + =20 =20 -9 +10 2012-04-22 =20
@@ -236,7 +236,7 @@ initramfs file and telling the initramfs where your real root device is = at:

=20 -
+
 title Gentoo Linux 
 root (hd0,0)
 kernel /boot/ real_root=3D/dev/sda=
3