robbat2 11/01/13 03:39:04 Modified: openrc-migration.xml Log: Add some comment blocks to seperate sections for ease of editing.
Revision Changes Path 1.22 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.21&r2=1.22 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -p -w -b -B -u -u -r1.21 -r1.22 --- openrc-migration.xml 13 Jan 2011 03:34:13 -0000 1.21 +++ openrc-migration.xml 13 Jan 2011 03:39:04 -0000 1.22 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.21 2011/01/13 03:34:13 robbat2 Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v 1.22 2011/01/13 03:39:04 robbat2 Exp $ --> <guide link="/doc/en/openrc-migration.xml"> <title>Baselayout and OpenRC Migration Guide</title> @@ -32,6 +32,8 @@ OpenRC. <chapter> <title>Background</title> + +<!-- =============================================================== --> <section> <title>What's baselayout?</title> <body> @@ -45,6 +47,8 @@ filesystem layout used by Gentoo (i.e. < </body> </section> +<!-- =============================================================== --> + <section> <title>What's OpenRC?</title> <body> @@ -59,6 +63,8 @@ by <c>sys-freebsd/freebsd-sbin</c>. </body> </section> +<!-- =============================================================== --> + <section> <title>So why migrate?</title> <body> @@ -89,10 +95,13 @@ FreeBSD and NetBSD. </body> </section> -</chapter> +<!-- =============================================================== --> +</chapter> <chapter> <title>Migration to OpenRC</title> + +<!-- =============================================================== --> <section> <body> @@ -114,6 +123,7 @@ verify prior to rebooting. </body> </section> +<!-- =============================================================== --> <section id="rc_conf"> <title>/etc/conf.d/rc</title> @@ -129,6 +139,8 @@ delete <path>/etc/conf.d/rc</path>. </body> </section> +<!-- =============================================================== --> + <section id="modules"> <title>Kernel modules</title> <body> @@ -200,6 +212,8 @@ module_ieee1394_args="debug" </body> </section> + +<!-- =============================================================== --> <section id="boot"> <title>Boot runlevel</title> <body> @@ -253,6 +267,8 @@ the following to add initscripts to the </body> </section> +<!-- =============================================================== --> + <section> <title>Udev</title> <body> @@ -280,6 +296,8 @@ If <c>udev</c> is not listed, add it to </body> </section> +<!-- =============================================================== --> + <section> <title>Network</title> <body> @@ -323,6 +341,8 @@ routes_eth0="default via 192.168.1.100 </body> </section> +<!-- =============================================================== --> + <section> <title>Clock</title> <body> @@ -358,6 +378,8 @@ America/New_York </body> </section> +<!-- =============================================================== --> + <section> <title>XSESSION</title> <body> @@ -385,6 +407,8 @@ and then logout and login for it to take </body> </section> +<!-- =============================================================== --> + <section> <title>EDITOR and PAGER</title> <body> @@ -405,6 +429,8 @@ and then logout and login for it to take </body> </section> +<!-- =============================================================== --> + <section> <title>Boot log</title> <body> @@ -424,6 +450,8 @@ rc_logger="YES" </body> </section> +<!-- =============================================================== --> + <section> <title>Finishing up</title> <body> @@ -437,9 +465,13 @@ boot. </body> </section> +<!-- =============================================================== --> + </chapter> <chapter> <title>Changed functionality</title> +<!-- =============================================================== --> + <section> <title>The pause action</title> <body> @@ -454,5 +486,7 @@ baselayout. </body> </section> +<!-- =============================================================== --> + </chapter> </guide>
