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 1DzZCN-0002QL-4s for garchives@archives.gentoo.org; Mon, 01 Aug 2005 12:15:15 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j71CEqTQ002630; Mon, 1 Aug 2005 12:14:52 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 j71CEp7W028247 for ; Mon, 1 Aug 2005 12:14:51 GMT Message-Id: <200508011214.j71CEp7W028247@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-0003Cj-H4 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: dea3a813-696c-4676-9277-7d555017df2e X-Archives-Hash: c34ee4630454ec5d5f22fa299c76fb0c swift 05/08/01 12:14:49 Modified: xml/htdocs/doc/en/handbook/draft/2005.1 hb-install-alpha-medium.xml Log: #94788 - Fix MILO boot command line Revision Changes Path 1.3 +6 -2 xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo Index: hb-install-alpha-medium.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2005.1/hb-install-alpha-medium.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hb-install-alpha-medium.xml 5 Jul 2005 09:14:19 -0000 1.2 +++ hb-install-alpha-medium.xml 1 Aug 2005 12:14:49 -0000 1.3 @@ -4,7 +4,7 @@ - + @@ -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