-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorporated comments from Tanja and Jana H
- Loading branch information
Showing
8 changed files
with
106 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
<!-- Concept files --> | ||
<resources> | ||
<resource xml:id="_agama-introduction" href="../concepts/agama-introduction.xml"> | ||
<description>Introduction to &agama;</description> | ||
<description>Introduction to &agama;</description> | ||
</resource> | ||
</resources> | ||
<!-- Tasks --> | ||
|
@@ -78,10 +78,10 @@ | |
<!-- TODO: provide a listing of possible and validatable meta entry values. Maybe in our geekodoc repo? --> | ||
<!-- add author's e-mail --> | ||
<meta name="[email protected]" content="" its:translate="no"/> | ||
<meta name="architecture"><phrase>&intel64;</phrase><phrase>&arm64;</phrase> | ||
<meta name="architecture"><phrase>&x86-64;</phrase> | ||
</meta> | ||
<!-- enter one or more product names and version --> | ||
<meta name="productname" its:translate="no"><productname version="16.0">&productname;</productname> | ||
<meta name="productname" its:translate="no"><productname version="16.0 Beta">&productname;</productname> | ||
</meta> | ||
<meta name="title" its:translate="yes">Installing &sles; using &agama;</meta> | ||
<meta name="description" its:translate="yes">How to install &sles; or &sles4sap; using &agama; on &x86-64; machines</meta> | ||
|
@@ -103,8 +103,9 @@ | |
</dm:product> | ||
<!-- | ||
if the assembly applies to multiple products/productversions, use profiling: | ||
<dm:product os="sles" condition="16.0">SUSE Linux Enterprise Server 16.0</dm:product> | ||
<dm:product os="sles4sapa" condition="16.0">SUSE Linux Enterprise Server for SAP Applications 16.0</dm:product> | ||
<dm:product os="sles" condition="16.0 Beta">SUSE Linux Enterprise Server 16.0 Beta</dm:product> | ||
<dm:product os="sles4sap" condition="16.0 Beta">SUSE Linux Enterprise Server for SAP | ||
Applications 16.0 Beta</dm:product> | ||
--> | ||
<dm:assignee>[email protected]</dm:assignee> | ||
<!-- replace with your BUGZILLA e-mail address, otherwise this does not work--> | ||
|
@@ -155,8 +156,16 @@ | |
<listitem> | ||
<para> | ||
An &x86-64; system – either bare metal or a virtual machine with a | ||
minimum of 1 CPU, 2 GB memory and 16 GB storage. | ||
minimum of 1 CPU, 2 GB memory and 20 GB storage (which includes | ||
storage for Btrfs snapshots and swap space). | ||
</para> | ||
<tip> | ||
<title>Provision for more than minimum requirements</title> | ||
<para> | ||
&suse; recommends allocating resources based on the system's anticipated | ||
usage and workload, which should be higher than the minimum recommendations. | ||
</para> | ||
</tip> | ||
</listitem> | ||
<listitem> | ||
<para> | ||
|
@@ -167,8 +176,8 @@ | |
<note> | ||
<title>Available images for products</title> | ||
<para> | ||
The &agama;‐based installation images are available only for | ||
&sles; 16.0 and &sles4sap; 16.0. | ||
The &agama;‐based installation images are available only for &sles; | ||
&productnumber; and &sles4sap; &productnumber;. | ||
</para> | ||
</note> | ||
</listitem> | ||
|
@@ -192,8 +201,8 @@ | |
<!-- pull in a topic and switch the title --> | ||
<module resourceref="_agama-introduction" renderas="section"> | ||
<!-- merge> | ||
<title>You are a very special concept now!</title> | ||
</merge--> | ||
<title>You are a very special concept now!</title> | ||
</merge--> | ||
</module> | ||
<module resourceref="_sle-agama-manual-installation-x86-64" renderas="section"/> | ||
<!-- module resourceref="_reference-example" renderas="section"/--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,28 +18,34 @@ | |
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
xmlns:trans="http://docbook.org/ns/transclusion"> | ||
<info> | ||
<title>Introduction to &agama;</title><!-- can be changed via merge in the assembly --> | ||
<title>Introduction to &agama;</title> | ||
<!-- can be changed via merge in the assembly --> | ||
<!--add author's email address--> | ||
<meta name="[email protected]" content="" its:translate="no"/> | ||
<abstract><!-- can be changed via merge in the assembly --> | ||
<abstract> | ||
<!-- can be changed via merge in the assembly --> | ||
<para> | ||
This section provides a short overview of &agama;. In combination with &cockpit; and &ansible;, it | ||
will replace &yast; in the upcoming releases of the &sle; family of products. | ||
This section provides a short overview of &agama;, which is the default installer for the | ||
&sle; &productnumber; family of products. | ||
</para> | ||
</abstract> | ||
</info> | ||
<section xml:id="concept-example-what-is"> | ||
<title>What is foo bar?</title> | ||
<title>What is &agama;?</title> | ||
<para> | ||
A paragraph of text, answering the question above and explaining the | ||
aim/function of foo bar. | ||
&agama; is a flexible and powerful open source installer developed by &suse;. You can use it | ||
to perform manual or automated installation of supported &sle; versions on a variety of | ||
machine architectures. The &agama;‐based installation method provides an intuitive | ||
interface for <emphasis>ready‐to‐use</emphasis> images for different use cases and | ||
workloads. In combination with &cockpit; and &ansible;, it replaces &yast; in the upcoming | ||
releases of the &sle; family of products. | ||
</para> | ||
</section> | ||
<section xml:id="concept-example-how-it-works"> | ||
<!-- section xml:id="concept-example-how-it-works"> | ||
<title>How does foo bar work?</title> | ||
<para> | ||
A paragraph of text, answering the question above and explaining the | ||
mechanism behind foo bar. | ||
A paragraph of text, answering the question above and explaining the mechanism behind foo | ||
bar. | ||
</para> | ||
<figure xml:id="fig-one"> | ||
<title>A figure</title> | ||
|
@@ -58,5 +64,5 @@ | |
<para> | ||
A paragraph of text, pointing out the benefits of foo bar. | ||
</para> | ||
</section> | ||
</section--> | ||
</topic> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters