Skip to content

Commit

Permalink
Merge pull request #222 from lkocman/media_selection_160
Browse files Browse the repository at this point in the history
Add agama-only section for Leap 16.0 install media choice
  • Loading branch information
lkocman authored Oct 7, 2024
2 parents 155845c + 141796f commit dc1c7d9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ choosing_media_p1: |
The Offline Image is typically recommended as it contains most of the
packages available in the distribution and does not require a network
connection during the installation.
choosing_media_agama_p1: |
<a href="https://github.com/agama-project/agama">Agama</a> is the new installer that can be used to install Leap 16 and Tumbleweed.
There is a plan to support offline installation in Agama. Other installation media such as self-install image will be added later.
choosing_media_micro_p1: |
The new self-install image is the goto choice for USB or DVD based installations.
A simple self-install wizard dumps a preconfigured image to the drive, and grows the partition to the size of the disk.
Expand Down
8 changes: 8 additions & 0 deletions _includes/choosing_media.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,23 @@ <h3 id="choosing-which-media-to-download">
{% if distro.name == "Leap Micro" or distro.name =="MicroOS" %}
{{ locale.choosing_media_micro_p1 }}
{% else %}
{% if distro.name == "Leap" and distro.version == 16.0 %}
{{ locale.choosing_media_agama_p1 }}
{% else %}
{{ locale.choosing_media_p1 }}
{% endif %}
{% endif %}
</p>
<p>
{% if distro.name == "Leap Micro" or distro.name =="MicroOS" %}
{{ locale.choosing_media_micro_p2 }}
{% else %}
{% if distro.name == "Leap" and distro.version == 16.0 %}
<!-- SKIP FOR LEAP 16 -->
{% else %}
{{ locale.choosing_media_p2 }}
{% endif %}
{% endif %}
</p>
</div>
</section>

0 comments on commit dc1c7d9

Please sign in to comment.