neysx 05/08/23 20:49:05
Modified: xml/htdocs/doc/en/handbook/2005.1
hb-install-sparc-bootloader.xml
Log:
#103508 copy silo.conf when /boot is *not* on same disk
Revision Changes Path
1.3 +6 -6
xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.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/2005.1/hb-install-sparc-bootloader.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
Index: hb-install-sparc-bootloader.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-sparc-bootloader.xml 8 Aug 2005 13:24:46 -0000 1.2
+++ hb-install-sparc-bootloader.xml 23 Aug 2005 20:49:05 -0000 1.3
@@ -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/2005.1/hb-install-sparc-bootloader.xml,v
1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v
1.3 2005/08/23 20:49:05 neysx Exp $ -->
<sections>
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.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