Skip to content

Commit

Permalink
Custom text for Leap Micro
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Aug 23, 2023
1 parent 7759781 commit 9baf6b5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,24 @@ 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_micro_p1: |
The new self-install image is recommended for all who do not require custom partitioning and can boot from USB.
A simple self-install wizard dumps a preconfigured image to the drive, and grows the partition to the size of the disk.
<br>
Users with Raspberry Pi and similar without usb-boot support can directly write the pre-conifgured image to the SD card.
Users seeking more control over deployment are adviced to use <a href="https://en.opensuse.org/Portal:MicroOS/Combustion">Combustion</a>.
<br>
A demo of a combustion based deployment can be seen <a href="https://www.youtube.com/watch?v=ft8UVx9elKc">here</a>.
<br>
The jeos-firstboot will greet those who did not configure their system by using Combustion.
choosing_media_p2: |
The Network Image is recommended for users who have limited
bandwidth on their internet connections, as it will only download the
packages they choose to install, which is likely to be significantly
less than 4.7GB.
choosing_media_micro_p2: |
The Offline ISO Image should be use by those who require custom partitioning.
documentation: Documentation
documentation_startup_guide: openSUSE Startup Guide
documentation_release_notes: Release Notes
Expand Down
8 changes: 8 additions & 0 deletions _includes/choosing_media.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ <h3 id="choosing-which-media-to-download">
{{ locale.choosing_media }}
</h3>
<p>
{% if distro.name == "Leap Micro" or distro.name =="MicroOS" %}
{{ locale.choosing_media_micro_p1 }}
{% else %}
{{ locale.choosing_media_p1 }}
{% endif %}
</p>
<p>
{% if distro.name == "Leap Micro" or distro.name =="MicroOS" %}
{{ locale.choosing_media_micro_p2 }}
{% else %}
{{ locale.choosing_media_p2 }}
{% endif %}
</p>
</div>
</section>
12 changes: 12 additions & 0 deletions _includes/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,31 @@ <h3 id="documentation">{{ locale.documentation }}</h3>
</a>
</li>
<li>
{% if distro.name == "Leap Micro" %}
<a href="https://www.suse.com/releasenotes/x86_64/SLE-Micro/{{ distro.version }}">
{{ locale.documentation_release_notes }}
</a>
{% else %}
<a href="https://doc.opensuse.org/release-notes/x86_64/openSUSE/{{ distro.name | replace: ' ', '' }}/{{ distro.version }}">
{{ locale.documentation_release_notes }}
</a>
{% endif %}
</li>
<li>
<a href="{{ locale.documentation_license_link }}">
{{ locale.documentation_license }}
</a>
</li>
<li>
{% if distro.name == "Leap Micro" %}
<a href="https://documentation.suse.com/sle-micro/{{ distro.version }}">
{{ locale.documentation_full_documentation }}
</a>
{% else %}
<a href="https://doc.opensuse.org">
{{ locale.documentation_full_documentation }}
</a>
{% endif %}
</li>
<li>
<a href="https://en.opensuse.org/Source_code">
Expand Down

0 comments on commit 9baf6b5

Please sign in to comment.