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.43) id 1DzZCO-0005Qg-In for garchives@archives.gentoo.org; Mon, 01 Aug 2005 12:15:17 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j71CEphd004824; Mon, 1 Aug 2005 12:14:51 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j71CEp6Z009937 for ; Mon, 1 Aug 2005 12:14:51 GMT Message-Id: <200508011214.j71CEp6Z009937@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1DzZC7-0002IP-Fk for gentoo-doc-cvs@lists.gentoo.org; Mon, 01 Aug 2005 12:14:59 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Mon, 1 Aug 2005 12:14:49 +0000 From: "Sven Vermeulen" Date: Mon, 1 Aug 2005 12:14:49 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-medium.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: 43e1a8cc-6e0b-402b-bca7-c89317f19e10 X-Archives-Hash: e0694754a1f435796e5cfae8388d5137 swift 05/08/01 12:14:49 Modified: xml/htdocs/doc/en/handbook/2005.0 hb-install-alpha-medium.xml Log: #94788 - Fix MILO boot command line Revision Changes Path 1.6 +8 -4 xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo Index: hb-install-alpha-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.0/hb-install-alpha-medium.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- hb-install-alpha-medium.xml 25 May 2005 09:47:58 -0000 1.5 +++ hb-install-alpha-medium.xml 1 Aug 2005 12:14:49 -0000 1.6 @@ -4,12 +4,12 @@ - + -4.2 -2005-05-24 +4.3 +2005-08-01
Hardware Requirements @@ -262,11 +262,15 @@ (...) (Substitute dkb0 with your CD-ROM drive device) >>> boot dkb0 -flags 0 +To boot the 2.4 kernel instead of the default 2.6 kernel use: +>>> boot dkb -flags 1
 (Substitute hdb with your CD-ROM drive device)
-MILO> boot hdb:/boot/gentoo initrd=/boot/gentoo.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot
+MILO> boot hdb:/boot/gentoo_2.6 initrd=/boot/gentoo_2_6.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot
+To boot the 2.4 kernel instead of the default 2.6 kernel use:
+MILO> boot hdb:/boot/gentoo_2.4 initrd=/boot/gentoo_2_4.igz root=/dev/ram0 init=/linuxrc looptype=zisofs loop=/zisofs cdroot
 

-- gentoo-doc-cvs@gentoo.org mailing list