Browse Source

Merge pull request #716 from sboldyreva/vagrant

Updating Vagrant Boxes details
create-pull-request/patch-af31863
benny Vasquez 4 months ago
committed by GitHub
parent
commit
af318631f3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      i18n/en.json
  2. 4
      layouts/get-almalinux/single.html
  3. 2
      layouts/index.html

6
i18n/en.json

@ -84,7 +84,7 @@
"AlmaLinux builds Live Media images for GNOME, GNOME Mini, KDE, XFCE and MATE options.": "AlmaLinux builds Live Media images for GNOME, GNOME Mini, KDE, XFCE and MATE options.",
"Get Live Media Image": "Get Live Media Image",
"AlmaLinux provides official images for Vagrant:": "AlmaLinux provides official images for Vagrant:",
"Get AlmaLinux on Vagrant Cloud": "Get AlmaLinux on Vagrant Cloud",
"Get AlmaLinux on HCP Vagrant Registry": "Get AlmaLinux on HCP Vagrant Registry",
"AlmaLinux images are available for Incus and LXC.": "AlmaLinux images are available for Incus and LXC.",
"Get Incus and LXC Images": "Get Incus and LXC Images",
"AlmaLinux builds Raspberry Pi images, and also with GNOME desktop environment.": "AlmaLinux builds Raspberry Pi images, and also with GNOME desktop environment.",
@ -340,8 +340,8 @@
"AlmaLinux OS UBI-alternatives:": "AlmaLinux OS UBI-alternatives:",
"The guide on how to use Live Media images can be found on the ": "The guide on how to use Live Media images can be found on the ",
"AlmaLinux Live Media Wiki Page": "AlmaLinux Live Media Wiki Page",
"AlmaLinux provides official AlmaLinux OS 8.10 and AlmaLinux OS 9.5 images for Vagrant:": "AlmaLinux provides official AlmaLinux OS 8.10 and AlmaLinux OS 9.5 images for Vagrant:",
"You can get AlmaLinux OS images on Vagrant Cloud at the link provided: ": "You can get AlmaLinux OS images on Vagrant Cloud at the link provided: ",
"AlmaLinux provides official AlmaLinux OS 8 and AlmaLinux OS 9 images for Vagrant:": "AlmaLinux provides official AlmaLinux OS 8 and AlmaLinux OS 9 images for Vagrant:",
"You can get AlmaLinux OS images on HCP Vagrant Registry at the link provided: ": "You can get AlmaLinux OS images on HCP Vagrant Registry at the link provided: ",
"You can get official AlmaLinux OS images at the link provided: ": "You can get official AlmaLinux OS images at the link provided: ",
"Windows Subsystem for Linux (WSL) is designed as an integration between Windows and Linux. You can run the AlmaLinux terminal environment on a Windows machine.": "Windows Subsystem for Linux (WSL) is designed as an integration between Windows and Linux. You can run the AlmaLinux terminal environment on a Windows machine.",
"More details and guidance steps can be found on the ": "More details and guidance steps can be found on the ",

4
layouts/get-almalinux/single.html

@ -737,7 +737,7 @@
<li>Parallels </li>
</ul>
<p style="margin-bottom: 0px;">
{{ i18n "You can get AlmaLinux OS images on Vagrant Cloud at the link provided: " }}<a href="https://app.vagrantup.com/almalinux">app.vagrantup.com/almalinux</a>.
{{ i18n "You can get AlmaLinux OS images on HCP Vagrant Registry at the link provided: " }}<a href="https://portal.cloud.hashicorp.com/vagrant/discover/almalinux">portal.cloud.hashicorp.com/vagrant/discover/almalinux</a>.
</p>
</div>
</div>
@ -1356,7 +1356,7 @@
<li>Parallels </li>
</ul>
<p style="margin-bottom: 0px;">
{{ i18n "You can get AlmaLinux OS images on Vagrant Cloud at the link provided: " }}<a href="https://app.vagrantup.com/almalinux">app.vagrantup.com/almalinux</a>.
{{ i18n "You can get AlmaLinux OS images on HCP Vagrant Registry at the link provided: " }}<a href="https://portal.cloud.hashicorp.com/vagrant/discover/almalinux">portal.cloud.hashicorp.com/vagrant/discover/almalinux</a>.
</p>
</div>
</div>

2
layouts/index.html

@ -272,7 +272,7 @@
<li>VMWare</li>
<li>Parallels</li>
</ul>
<a href="https://app.vagrantup.com/almalinux">{{ i18n "Get AlmaLinux on Vagrant Cloud" }}</a>
<a href="https://portal.cloud.hashicorp.com/vagrant/discover/almalinux">{{ i18n "Get AlmaLinux on HCP Vagrant Registry" }}</a>
</p>
</div>
</div>

Loading…
Cancel
Save