From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1F4m7p-0007Ve-On for garchives@archives.gentoo.org; Thu, 02 Feb 2006 21:36:22 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k12LaBvj000700; Thu, 2 Feb 2006 21:36:11 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k12LaBHd007339 for ; Thu, 2 Feb 2006 21:36:11 GMT Message-Id: <200602022136.k12LaBHd007339@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark) by smtp.gentoo.org with smtp (Exim 4.54) id 1F4m7e-0006H9-GM for gentoo-doc-cvs@lists.gentoo.org; Thu, 02 Feb 2006 21:36:10 +0000 Received: by lark (sSMTP sendmail emulation); Thu, 2 Feb 2006 21:36:10 +0000 From: "Xavier Neys" Date: Thu, 2 Feb 2006 21:36:10 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-bootloader.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 2f45a94f-d6c4-4960-9ccc-f16f308af4c5 X-Archives-Hash: 6f0e8c420fbc4c47599eacf501a2712f neysx 06/02/02 21:36:10 Modified: xml/htdocs/doc/en/handbook hb-install-amd64-bootloader.xml hb-install-x86-bootloader.xml Log: #121333 grub.conf example should have rootnoverify for booting windows Revision Changes Path 1.41 +4 -4 xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.41&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml?rev=1.41&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml.diff?r1=1.40&r2=1.41&cvsroot=gentoo Index: hb-install-amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-bootloader.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- hb-install-amd64-bootloader.xml 29 Jan 2006 22:09:15 -0000 1.40 +++ hb-install-amd64-bootloader.xml 2 Feb 2006 21:36:09 -0000 1.41 @@ -4,12 +4,12 @@ - + -2.12 -2006-01-29 +2.13 +2006-02-02
Making your Choice @@ -257,7 +257,7 @@ # Only in case you want to dual-boot title=Windows XP -root (hd0,5) +rootnoverify (hd0,5) makeactive chainloader +1 1.42 +4 -4 xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.42&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml?rev=1.42&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml.diff?r1=1.41&r2=1.42&cvsroot=gentoo Index: hb-install-x86-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-bootloader.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- hb-install-x86-bootloader.xml 19 Jan 2006 21:48:10 -0000 1.41 +++ hb-install-x86-bootloader.xml 2 Feb 2006 21:36:09 -0000 1.42 @@ -4,12 +4,12 @@ - + -2.10 -2006-01-19 +2.11 +2006-02-02
Making your Choice @@ -275,7 +275,7 @@ # Only in case you want to dual-boot title=Windows XP -root (hd0,5) +rootnoverify (hd0,5) makeactive chainloader +1 -- gentoo-doc-cvs@gentoo.org mailing list