public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jan Kundrat (jkt)" <jkt@gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-ppc-bootloader.xml hb-install-x86+amd64-bootloader.xml
Date: Thu, 14 Apr 2011 09:32:13 +0000 (UTC)	[thread overview]
Message-ID: <20110414093213.1D7E220054@flycatcher.gentoo.org> (raw)

jkt         11/04/14 09:32:13

  Modified:             hb-install-ppc-bootloader.xml
                        hb-install-x86+amd64-bootloader.xml
  Log:
  #360261, remove extra init=/linuxrc, ramdisk=... and root=...

Revision  Changes    Path
1.49                 xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml?r1=1.48&r2=1.49

Index: hb-install-ppc-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- hb-install-ppc-bootloader.xml	16 Mar 2011 07:45:13 -0000	1.48
+++ hb-install-ppc-bootloader.xml	14 Apr 2011 09:32:12 -0000	1.49
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v 1.48 2011/03/16 07:45:13 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v 1.49 2011/04/14 09:32:12 jkt Exp $ -->
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
@@ -14,8 +14,8 @@
 needs.
 </abstract>
 
-<version>10.2</version>
-<date>2011-03-16</date>
+<version>11</version>
+<date>2011-04-14</date>
 
 <section>
 <title>Making your Choice</title>
@@ -101,7 +101,7 @@
   initrd=/boot/<keyval id="genkernel-initrd"/>
   <comment># You can add additional kernel arguments to append such as 
   # rootdelay=10 for a USB/Firewire Boot</comment>
-  append="real_root=/dev/sda3 init=/linuxrc"  
+  append="real_root=/dev/sda3"  
   read-only
 <comment>##########################################################</comment>
 </pre>
@@ -507,7 +507,7 @@
 [SECTION]
 Local HD -> Genkernel (Normal)
 ide:0 <keyval id="genkernel-name"/> root=/dev/ram0
-real_root=/dev/sda3 init=/linuxrc initrd=<keyval id="genkernel-initrd"/>
+real_root=/dev/sda3 initrd=<keyval id="genkernel-initrd"/>
 </pre>
 
 <p>



1.22                 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?r1=1.21&r2=1.22

Index: hb-install-x86+amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-install-x86+amd64-bootloader.xml	20 Jul 2010 05:14:55 -0000	1.21
+++ hb-install-x86+amd64-bootloader.xml	14 Apr 2011 09:32:13 -0000	1.22
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.21 2010/07/20 05:14:55 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.22 2011/04/14 09:32:13 jkt Exp $ -->
 
 <sections>
 
-<version>6.7</version>
-<date>2010-07-16</date>
+<version>7</version>
+<date>2011-04-14</date>
 
 <section>
 <title>Making your Choice</title>
@@ -250,7 +250,7 @@
 
 title Gentoo Linux <keyval id="kernel-version"/>
 root (hd0,0)
-kernel /boot/<keyval id="genkernel-name"/> root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda3
+kernel /boot/<keyval id="genkernel-name"/> real_root=/dev/sda3
 initrd /boot/<keyval id="genkernel-initrd"/>
 
 <comment># Only in case you want to dual-boot</comment>
@@ -520,8 +520,7 @@
 image=/boot/<keyval id="genkernel-name"/>
   label=gentoo
   read-only
-  root=/dev/ram0
-  append="init=/linuxrc ramdisk=8192 real_root=/dev/sda3"
+  append="real_root=/dev/sda3"
   initrd=/boot/<keyval id="genkernel-initrd"/>
 
 <comment># The next two lines are only if you dualboot with a Windows system.</comment>






                 reply	other threads:[~2011-04-14  9:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110414093213.1D7E220054@flycatcher.gentoo.org \
    --to=jkt@gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox