* [gentoo-doc-cvs] cvs commit: hb-install-sparc-bootloader.xml
@ 2005-08-08 14:08 swift
0 siblings, 0 replies; 7+ messages in thread
From: swift @ 2005-08-08 14:08 UTC (permalink / raw
To: gentoo-doc-cvs
swift 05/08/08 14:08:35
Removed: xml/htdocs/doc/en/handbook/draft/2005.1
hb-install-sparc-bootloader.xml
Log:
Removing hb-install-sparc-bootloader.xml from this location
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-sparc-bootloader.xml
@ 2005-08-23 20:49 Xavier Neys
0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys @ 2005-08-23 20:49 UTC (permalink / raw
To: gentoo-doc-cvs
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
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-sparc-bootloader.xml
@ 2005-08-23 20:49 Xavier Neys
0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys @ 2005-08-23 20:49 UTC (permalink / raw
To: gentoo-doc-cvs
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
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-sparc-bootloader.xml
@ 2006-09-01 7:27 Shyam Mani
0 siblings, 0 replies; 7+ messages in thread
From: Shyam Mani @ 2006-09-01 7:27 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 06/09/01 07:27:47
Modified: hb-install-sparc-bootloader.xml
Log:
Coding style fixes, no content change
Revision Changes Path
1.18 xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?r1=1.17&r2=1.18
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.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hb-install-sparc-bootloader.xml 30 Aug 2006 22:52:28 -0000 1.17
+++ hb-install-sparc-bootloader.xml 1 Sep 2006 07:27:47 -0000 1.18
@@ -4,11 +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-sparc-bootloader.xml,v 1.17 2006/08/30 22:52:28 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.18 2006/09/01 07:27:47 fox2mike Exp $ -->
<sections>
-<version>2.3</version> <date>2006-01-19</date>
+<version>2.3</version>
+<date>2006-01-19</date>
<section>
<title>Making your Choice</title>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-sparc-bootloader.xml
@ 2006-10-28 11:00 Xavier Neys
0 siblings, 0 replies; 7+ messages in thread
From: Xavier Neys @ 2006-10-28 11:00 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/10/28 11:00:56
Modified: hb-install-sparc-bootloader.xml
Log:
#144771 unmount partitions according to example used earlier in SPARC handbook
Revision Changes Path
1.19 xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml?r1=1.18&r2=1.19
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.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- hb-install-sparc-bootloader.xml 1 Sep 2006 07:27:47 -0000 1.18
+++ hb-install-sparc-bootloader.xml 28 Oct 2006 11:00:55 -0000 1.19
@@ -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-sparc-bootloader.xml,v 1.18 2006/09/01 07:27:47 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.19 2006/10/28 11:00:55 neysx Exp $ -->
<sections>
-<version>2.3</version>
-<date>2006-01-19</date>
+<version>2.4</version>
+<date>2006-10-28</date>
<section>
<title>Making your Choice</title>
@@ -112,7 +112,8 @@
<pre caption="Exiting the chroot, unmounting all partitions and rebooting">
# <i>exit</i>
cdimage ~# <i>cd</i>
-cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
+cdimage ~# <i>umount /mnt/gentoo/usr /mnt/gentoo/home /mnt/gentoo/var</i>
+cdimage ~# <i>umount /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i>
cdimage ~# <i>reboot</i>
</pre>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-sparc-bootloader.xml
@ 2007-04-02 1:06 Josh Saddler
0 siblings, 0 replies; 7+ messages in thread
From: Josh Saddler @ 2007-04-02 1:06 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/04/02 01:06:33
Modified: hb-install-sparc-bootloader.xml
Log:
added silo note
Revision Changes Path
1.16 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml?r1=1.15&r2=1.16
Index: hb-install-sparc-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-install-sparc-bootloader.xml 19 Mar 2007 10:30:43 -0000 1.15
+++ hb-install-sparc-bootloader.xml 2 Apr 2007 01:06:33 -0000 1.16
@@ -4,7 +4,7 @@
<!-- 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/draft/hb-install-sparc-bootloader.xml,v 1.15 2007/03/19 10:30:43 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-bootloader.xml,v 1.16 2007/04/02 01:06:33 nightmorph Exp $ -->
<sections>
@@ -93,6 +93,11 @@
/etc/silo.conf appears to be valid
</pre>
+<note>
+You have to run <c>silo</c> (with parameters) again each time you update or
+reinstall the <c>sys-boot/silo</c> package.
+</note>
+
<p>
Now continue with <uri link="#reboot">Rebooting the System</uri>.
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-sparc-bootloader.xml
@ 2007-04-02 1:08 Josh Saddler
0 siblings, 0 replies; 7+ messages in thread
From: Josh Saddler @ 2007-04-02 1:08 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/04/02 01:08:20
Modified: hb-install-sparc-bootloader.xml
Log:
conditionals
Revision Changes Path
1.2 xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml?r1=1.1&r2=1.2
Index: hb-install-sparc-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-sparc-bootloader.xml 19 Mar 2007 20:37:28 -0000 1.1
+++ hb-install-sparc-bootloader.xml 2 Apr 2007 01:08:20 -0000 1.2
@@ -4,11 +4,11 @@
<!-- 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/2007.0/hb-install-sparc-bootloader.xml,v 1.1 2007/03/19 20:37:28 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml,v 1.2 2007/04/02 01:08:20 nightmorph Exp $ -->
<sections>
-<version>7.0</version>
+<version>8.0</version>
<date>2006-08-30</date>
<section>
@@ -53,7 +53,7 @@
<p>
Below you'll find an example <path>silo.conf</path> file. It uses the
partitioning scheme we use throughout this book and
-<path>kernel-2.4.31</path> as kernelimage.
+<path>kernel-<keyval id="kernel-version"/></path> as kernelimage.
</p>
<pre caption = "Example /etc/silo.conf">
@@ -61,7 +61,7 @@
root = /dev/sda1 <comment># Root partition</comment>
timeout = 150 <comment># Wait 15 seconds before booting the default section</comment>
-image = /boot/kernel-2.4.31
+image = /boot/kernel-<keyval id="kernel-version"/>
label = linux
</pre>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-04-02 1:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-08 14:08 [gentoo-doc-cvs] cvs commit: hb-install-sparc-bootloader.xml swift
-- strict thread matches above, loose matches on Subject: below --
2005-08-23 20:49 Xavier Neys
2005-08-23 20:49 Xavier Neys
2006-09-01 7:27 Shyam Mani
2006-10-28 11:00 Xavier Neys
2007-04-02 1:06 Josh Saddler
2007-04-02 1:08 Josh Saddler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox