Mailinglist Archive: yast-commit (322 mails)
| < Previous | Next > |
[yast-commit] r66779 - /trunk/autoinstallation/doc/xml/RulesAndClasses.xml
- From: keichwa@xxxxxxxxxxxxxxxxx
- Date: Wed, 09 Nov 2011 14:14:54 -0000
- Message-id: <20111109141454.7672932C30@svn2.opensuse.org>
Author: keichwa
Date: Wed Nov 9 15:14:53 2011
New Revision: 66779
URL: http://svn.opensuse.org/viewcvs/yast?rev=66779&view=rev
Log:
fix white-space issues with screens
Modified:
trunk/autoinstallation/doc/xml/RulesAndClasses.xml
Modified: trunk/autoinstallation/doc/xml/RulesAndClasses.xml
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/doc/xml/RulesAndClasses.xml?rev=66779&r1=66778&r2=66779&view=diff
==============================================================================
--- trunk/autoinstallation/doc/xml/RulesAndClasses.xml (original)
+++ trunk/autoinstallation/doc/xml/RulesAndClasses.xml Wed Nov 9 15:14:53 2011
@@ -23,13 +23,11 @@
using the <emphasis>autoyast</emphasis> keyword. For example, if the
following is used, the rules file will not be evaluated:
</para>
- <screen>
- autoyast=http://10.10.0.1/profile/myprofile.xml
- autoyast=http://10.10.0.1/profile/rules/rules.xml
+ <screen>autoyast=http://10.10.0.1/profile/myprofile.xml
+autoyast=http://10.10.0.1/profile/rules/rules.xml
</screen>
<para>Instead use:</para>
- <screen>
- autoyast=http://10.10.0.1/profile/
+ <screen>autoyast=http://10.10.0.1/profile/
</screen>
<para>which will load http://10.10.0.1/profile/rules/rules.xml (the slash
at the end of the directory name is important).</para>
<figure id="rules_fig1">
@@ -76,8 +74,7 @@
The following simple example illustrates how the rules file is used
to retrieve the configuration for a client with known hardware.
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<?xml version="1.0"?>
<!DOCTYPE autoinstall>
<autoinstall xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns">
@@ -144,8 +141,7 @@
The following example illustrates how the rules file is used
to retrieve the configuration for a client with known hardware.
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<?xml version="1.0"?>
<!DOCTYPE autoinstall>
<autoinstall xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns">
@@ -203,8 +199,7 @@
<para>
Here is an example for the use of custom rules:
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<rule>
<custom1>
<script>
@@ -293,8 +288,7 @@
an example:
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<rule>
<disksize>
<match>/dev/hda 1000</match>
@@ -542,8 +536,7 @@
<para>
Here is an example of how to use dialogs with rules:
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<rules config:type="list">
<rule>
<custom1>
@@ -619,8 +612,7 @@
<para>
Here is an example of a class definition:
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<classes config:type="list">
<class>
<class_name>TrainingRoom</class_name>
@@ -735,8 +727,7 @@
<para>
For example, the following two XML parts should be merged:
</para>
- <screen>
-<partitioning config:type="list">
+ <screen><partitioning config:type="list">
<drive>
<partitions config:type="list">
<partition>
@@ -757,8 +748,7 @@
</partitioning>
</screen>
- <screen>
-<partitioning config:type="list">
+ <screen><partitioning config:type="list">
<drive>
<initialize config:type="boolean">false</initialize>
<partitions config:type="list">
@@ -796,8 +786,7 @@
partition in one file, add an attribute to the partition:
</para>
- <screen>
-<partition dontmerge="1">
+ <screen><partition dontmerge="1">
...
</partitions>
</screen>
@@ -814,8 +803,7 @@
<para>Use the <emphasis>dont_merge</emphasis> element in the rules or
class file:
</para>
- <screen>
-<classes config:type="list">
+ <screen><classes config:type="list">
<class>
<class_name>swap</class_name>
<configuration>largeswap.xml</configuration>
@@ -826,8 +814,7 @@
</classes>
</screen>
- <screen>
-<rule>
+ <screen><rule>
<board_vendor>
<match>ntel</match>
<match_type>regex</match_type>
@@ -856,9 +843,9 @@
</section>
</chapter>
- <!--
- Local Variables:
- mode: xml
- sgml-parent-document: ("autoyast2.xml" "book" "chapter")
- End:
- -->
+<!--
+ Local Variables:
+ mode: xml
+ sgml-parent-document: ("autoyast2.xml" "book" "chapter")
+ End:
+-->
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Nov 9 15:14:53 2011
New Revision: 66779
URL: http://svn.opensuse.org/viewcvs/yast?rev=66779&view=rev
Log:
fix white-space issues with screens
Modified:
trunk/autoinstallation/doc/xml/RulesAndClasses.xml
Modified: trunk/autoinstallation/doc/xml/RulesAndClasses.xml
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/doc/xml/RulesAndClasses.xml?rev=66779&r1=66778&r2=66779&view=diff
==============================================================================
--- trunk/autoinstallation/doc/xml/RulesAndClasses.xml (original)
+++ trunk/autoinstallation/doc/xml/RulesAndClasses.xml Wed Nov 9 15:14:53 2011
@@ -23,13 +23,11 @@
using the <emphasis>autoyast</emphasis> keyword. For example, if the
following is used, the rules file will not be evaluated:
</para>
- <screen>
- autoyast=http://10.10.0.1/profile/myprofile.xml
- autoyast=http://10.10.0.1/profile/rules/rules.xml
+ <screen>autoyast=http://10.10.0.1/profile/myprofile.xml
+autoyast=http://10.10.0.1/profile/rules/rules.xml
</screen>
<para>Instead use:</para>
- <screen>
- autoyast=http://10.10.0.1/profile/
+ <screen>autoyast=http://10.10.0.1/profile/
</screen>
<para>which will load http://10.10.0.1/profile/rules/rules.xml (the slash
at the end of the directory name is important).</para>
<figure id="rules_fig1">
@@ -76,8 +74,7 @@
The following simple example illustrates how the rules file is used
to retrieve the configuration for a client with known hardware.
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<?xml version="1.0"?>
<!DOCTYPE autoinstall>
<autoinstall xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns">
@@ -144,8 +141,7 @@
The following example illustrates how the rules file is used
to retrieve the configuration for a client with known hardware.
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<?xml version="1.0"?>
<!DOCTYPE autoinstall>
<autoinstall xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns">
@@ -203,8 +199,7 @@
<para>
Here is an example for the use of custom rules:
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<rule>
<custom1>
<script>
@@ -293,8 +288,7 @@
an example:
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<rule>
<disksize>
<match>/dev/hda 1000</match>
@@ -542,8 +536,7 @@
<para>
Here is an example of how to use dialogs with rules:
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<rules config:type="list">
<rule>
<custom1>
@@ -619,8 +612,7 @@
<para>
Here is an example of a class definition:
</para>
- <screen>
-<![CDATA[
+ <screen><![CDATA[
<classes config:type="list">
<class>
<class_name>TrainingRoom</class_name>
@@ -735,8 +727,7 @@
<para>
For example, the following two XML parts should be merged:
</para>
- <screen>
-<partitioning config:type="list">
+ <screen><partitioning config:type="list">
<drive>
<partitions config:type="list">
<partition>
@@ -757,8 +748,7 @@
</partitioning>
</screen>
- <screen>
-<partitioning config:type="list">
+ <screen><partitioning config:type="list">
<drive>
<initialize config:type="boolean">false</initialize>
<partitions config:type="list">
@@ -796,8 +786,7 @@
partition in one file, add an attribute to the partition:
</para>
- <screen>
-<partition dontmerge="1">
+ <screen><partition dontmerge="1">
...
</partitions>
</screen>
@@ -814,8 +803,7 @@
<para>Use the <emphasis>dont_merge</emphasis> element in the rules or
class file:
</para>
- <screen>
-<classes config:type="list">
+ <screen><classes config:type="list">
<class>
<class_name>swap</class_name>
<configuration>largeswap.xml</configuration>
@@ -826,8 +814,7 @@
</classes>
</screen>
- <screen>
-<rule>
+ <screen><rule>
<board_vendor>
<match>ntel</match>
<match_type>regex</match_type>
@@ -856,9 +843,9 @@
</section>
</chapter>
- <!--
- Local Variables:
- mode: xml
- sgml-parent-document: ("autoyast2.xml" "book" "chapter")
- End:
- -->
+<!--
+ Local Variables:
+ mode: xml
+ sgml-parent-document: ("autoyast2.xml" "book" "chapter")
+ End:
+-->
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |