neysx 05/08/23 20:49:05 Modified: xml/htdocs/doc/en/handbook hb-install-sparc-bootloader.xml Log: #103508 copy silo.conf when /boot is *not* on same disk
Revision Changes Path 1.14 +6 -6 xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.14&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.14&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml.diff?r1=1.13&r2=1.14&cvsroot=gentoo Index: hb-install-sparc-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- hb-install-sparc-bootloader.xml 28 Mar 2005 11:30:53 -0000 1.13 +++ hb-install-sparc-bootloader.xml 23 Aug 2005 20:49:05 -0000 1.14 @@ -2,14 +2,14 @@ <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> <!-- The content of this document is licensed under the CC-BY-SA license --> -<!-- See http://creativecommons.org/licenses/by-sa/1.0 --> +<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.13 2005/03/28 11:30:53 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.14 2005/08/23 20:49:05 neysx Exp $ --> <sections> -<version>2.00</version> -<date>2005-03-28</date> +<version>2.1</version> +<date>2005-08-23</date> <section> <title>Making your Choice</title> @@ -59,7 +59,7 @@ <pre caption = "Example /etc/silo.conf"> partition = 1 <comment># Boot partition (= root partition)</comment> root = /dev/sda1 <comment># Root partition</comment> -timeout = 150 <comment># Wait 15 seconds before booting the default section</comment> +timeout = 150 <comment># Wait 15 seconds before booting the default section</comment> image = /boot/kernel-2.4.29 label = linux @@ -78,7 +78,7 @@ configuration file to <path>/boot</path> and run <c>/sbin/silo</c>: </p> -<pre caption = "Only if /boot and the SILO destination are on the same disk"> +<pre caption = "Only if /boot and the SILO destination are not on the same disk"> # <i>cp /etc/silo.conf /boot</i> # <i>/sbin/silo -C /boot/silo.conf</i> /boot/silo.conf appears to be valid -- [email protected] mailing list
