Skip to content

Commit 16c6e3c

Browse files
classabbyampthe-maldridge
authored andcommitted
number one, engage.
1 parent 783d48b commit 16c6e3c

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Supercharge your business computing with Void Enterprise! [See our announcement post](/2025/04/enterprise) to learn more.
2+
3+
You can log into these images as `anon` or `root`, and the password is `voidlinux`.
4+
5+
To start the installer, execute the `void-installer` utility with appropriate permissions (i.e., `sudo void-installer`).
6+
7+
Contact your Void Enterprise distributor to purchase a license key.

_includes/download_enterprise.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<div class="split-section">
2+
<div>
3+
<h3 id="{{ page.name }}">{{ page.name }}</h3>
4+
{{ include.content | markdownify }}
5+
<div class="alert alert-warning" role="alert">
6+
To install the packages for the desktop environment, DON'T choose "install
7+
from network" choose the "local install" option.
8+
</div>
9+
</div>
10+
<div>
11+
<div class="download-device-title">
12+
<h4>enterprise</h4>
13+
<small>{{ site.download_build_date }}</small>
14+
</div>
15+
<ul class="inline-download-links">
16+
<li>
17+
<a
18+
href="{{ site.download_mirror }}/void-live-x86_64-20250401-enterprise.iso"
19+
>live image</a
20+
>
21+
<span class="label label-default">glibc</span>
22+
</li>
23+
{% if page.supports_musl %}
24+
<li>
25+
<a
26+
href="{{ site.download_mirror }}/void-live-x86_64-musl-20250401-enterprise.iso"
27+
>live image</a
28+
>
29+
<span class="label label-warning">musl</span>
30+
</li>
31+
{% endif %}
32+
</ul>
33+
</div>
34+
</div>

_platforms/enterprise.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: enterprise
3+
date: 1970-01-01 12:00:00
4+
supports_musl: true
5+
---
6+
7+
{% capture download_details %}
8+
{% include download_details_enterprise.md %}
9+
{% endcapture %}
10+
11+
{% include download_enterprise.html content=download_details %}

0 commit comments

Comments
 (0)