manual/site/machinery-export-autoyast.1/index.html in machinery-tool-1.21.0 vs manual/site/machinery-export-autoyast.1/index.html in machinery-tool-1.22.0
- old
+ new
@@ -21,35 +21,38 @@
</li>
- <li>Home
- <ul>
-
- <li class="">
- <a href="../machinery_main_general.1/">General</a>
- </li>
-
- <li class="">
- <a href="../machinery_main_scopes.1/">Scopes</a>
- </li>
-
- <li class="">
- <a href="../machinery_main_usecases.1/">Use cases</a>
- </li>
-
- <li class="">
- <a href="../machinery_security_implications.1/">Security Implications</a>
- </li>
-
- </ul>
+ <li class="">
+ <a href="../machinery_main_general.1/">General Overview</a>
</li>
+ <li class="">
+ <a href="../machinery_main_scopes.1/">Scopes</a>
+ </li>
+
+
+
+
+ <li class="">
+ <a href="../machinery_main_usecases.1/">Use cases</a>
+ </li>
+
+
+
+
+ <li class="">
+ <a href="../machinery_main_security_implications.1/">Security Implications</a>
+ </li>
+
+
+
+
<li>Commands
<ul>
<li class="">
<a href="../machinery-analyze.1/">Analyze</a>
@@ -82,15 +85,19 @@
<li class="">
<a href="../machinery-export-kiwi.1/">Export Kiwi</a>
</li>
<li class="">
+ <a href="../machinery-export-html.1/">Export HTML</a>
+ </li>
+
+ <li class="">
<a href="../machinery-inspect.1/">Inspect</a>
</li>
<li class="">
- <a href="../machinery-inspect-docker.1/">Inspect Docker</a>
+ <a href="../machinery-inspect-container.1/">Inspect Container</a>
</li>
<li class="">
<a href="../machinery-list.1/">List</a>
</li>
@@ -130,35 +137,35 @@
</ul>
</div>
<div class="content">
<h1 id="export-autoyast-export-system-description-as-autoyasst-profile">export-autoyast — Export System Description as AutoYasST profile</h1>
-<h2 id="synopsis">SYNOPSIS</h2>
-<p><code>machinery export-autoyast</code> -a | --autoyast-dir NAME
+<h2 id="synopsis">Synopsis</h2>
+<p><code>machinery export-autoyast</code> -a | --autoyast-dir=DIRECTORY NAME
--force</p>
<p><code>machinery</code> help export-autoyast</p>
-<h2 id="description">DESCRIPTION</h2>
-<p>The <code>export-autoyast</code> subcommand exports a stored system description as a AutoYaST
+<h2 id="description">Description</h2>
+<p>The <code>export-autoyast</code> subcommand exports a stored system description as an AutoYaST
profile.</p>
-<h2 id="arguments">ARGUMENTS</h2>
+<h2 id="arguments">Arguments</h2>
<ul>
<li><code>NAME</code> (required):
Name of the system description.</li>
</ul>
-<h2 id="options">OPTIONS</h2>
+<h2 id="options">Options</h2>
<ul>
<li>
<p><code>-a AUTOYAST_DIR</code>, <code>--autoyast-dir=AUTOYAST_DIR</code> (required):
Write the AutoYaST profile to a subdirectory at the specified directory. The directory
will be created if it does not exist yet.</p>
</li>
<li>
<p><code>--force</code> (optional):
- Overwrite existing system description</p>
+ Overwrite an existing output directory.</p>
</li>
</ul>
-<h2 id="system-registration">SYSTEM REGISTRATION</h2>
+<h2 id="system-registration">System Registration</h2>
<ul>
<li>To register a SLES 12 system automatically with AutoYaST, it is required to
edit the generated profile. The following example registers the system with
the SUSE Customer Center.</li>
</ul>
@@ -170,13 +177,12 @@
<slp_discovery config:type="boolean">false</slp_discovery>
</suse_register>
</code></pre>
<ul>
-<li>More information can be found at the SUSE AutoYaST documentation.
- https://www.suse.com/documentation/sles-12/singlehtml/book_autoyast/book_autoyast.html</li>
+<li>More information can be found at the <a href="https://www.suse.com/documentation/sles-12/singlehtml/book_autoyast/book_autoyast.html">SUSE AutoYaST documentation</a>.</li>
</ul>
-<h2 id="examples">EXAMPLES</h2>
+<h2 id="examples">Examples</h2>
<ul>
<li>
<p>Export the <code>myhost</code> system description to <code>/tmp/myhost-autoyast</code>:</p>
<p>$ <code>machinery</code> export-autoyast myhost --autoyast-dir=/tmp</p>
</li>
\ No newline at end of file