Skip to content

Commit c9872a2

Browse files
committed
Rework download page
1 parent 1d71327 commit c9872a2

1 file changed

Lines changed: 37 additions & 42 deletions

File tree

download/index.html

Lines changed: 37 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -219,16 +219,9 @@ <h1 class="display-5 fw-bold">Download Devubox-MX</h1>
219219
<h2 class="card-title">Devubox-MX25 Base_sysvinit RC1 x64</h2>
220220
<p class="text-muted">Release Date: November 18, 2025</p>
221221
<div class="alert alert-warning" role="alert">
222-
<p class="mb-0"><strong>Disclaimer:</strong> Devubox-MX is currently in the RC1 phase.
223-
It’s generally safe to install on real hardware, but you will need to reinstall once
224-
the stable release is available. For the best experience and stability, especially
225-
if you’re not familiar with pre-release software, we still recommend testing in a
226-
virtual machine (VM). Tech-savvy users may proceed on bare metal at their own
227-
discretion.</p>
222+
<p class="mb-0"><strong>Disclaimer:</strong> This is an RC1 pre-release of Devubox‑MX and may contain bugs or incomplete features. It is not recommended for production systems—please back up any important data before installing. For most users we recommend testing RC1 in a virtual machine; experienced users may install on spare hardware at their own risk. A fresh installation may be required when upgrading to a future stable release.</p>
228223
<hr>
229-
<p class="mb-0"><strong>Note:</strong> You can change the language (such as keyboard
230-
layout, locale, and browser), but some elements will remain in English (this is not
231-
planned to change).</p>
224+
<p class="mb-0"><strong>Note:</strong> Devubox-MX is developed by a single developer from Indonesia, and currently, it is only available in English. You can change the language settings (such as keyboard layout and locale), but some elements will remain in English.</p>
232225
</div>
233226
<a href="https://sourceforge.net/projects/devubox-mx-edition/files/Devubox-MX25_Base_sysvinit_RC1_x64.iso/download"
234227
class="btn btn-primary btn-lg w-100 my-2">Download 64-bit (x86_64) ISO (5.3 GB)</a>
@@ -254,31 +247,39 @@ <h2 class="card-title">Devubox-MX25 Base_sysvinit RC1 x64</h2>
254247
<div class="card custom-card shadow-sm h-100">
255248
<div class="card-body p-4">
256249
<h2 class="fw-bold text-center mb-4">System Requirements</h2>
250+
<p>Here are the system requirements for Devubox‑MX. It is a midweight distribution suitable for 64‑bit PCs from 2006 onward and runs well on older hardware (for example, Core 2 Duo systems).</p>
257251
<ul class="list-group list-group-flush">
258-
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
259-
<strong>Processor</strong><span>1 gigahertz (GHz) or faster, 1 or more cores</span>
252+
<li class="list-group-item d-flex flex-column align-items-start">
253+
<strong class="mb-1">Processor</strong>
254+
<span class="text-muted small">Minimum: 1 gigahertz (GHz) or faster, 1 or more cores<br>Recommended: Dual-core processor is sufficient for basic tasks.</span>
260255
</li>
261-
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
262-
<strong>Memory</strong><span>1GB Minimum* (With Swap/Zram) / 2GB+ Recommended</span>
256+
<li class="list-group-item d-flex flex-column align-items-start">
257+
<strong class="mb-1">Memory</strong>
258+
<span class="text-muted small">Minimum: 1 GB RAM (with swap or ZRAM enabled for slightly better multitasking).<br>Recommended: 2 GB or more for optimal performance.</span>
263259
</li>
264-
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
265-
<strong>Storage</strong><span>16GB HDD Minimum / 20GB+ HDD or SSD Recommended</span>
260+
<li class="list-group-item d-flex flex-column align-items-start">
261+
<strong class="mb-1">Storage</strong>
262+
<span class="text-muted small">Minimum: 16 GB HDD or SSD (using btrfs with zstd compression to fit more files in limited storage).<br>Recommended: 20 GB or more on HDD or SSD for better performance.</span>
266263
</li>
267-
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
268-
<strong>System Firmware</strong><span>Legacy BIOS or UEFI (Non Secure Boot)</span>
264+
<li class="list-group-item d-flex flex-column align-items-start">
265+
<strong class="mb-1">System Firmware</strong>
266+
<span class="text-muted small">Compatible with Legacy BIOS or UEFI (Secure Boot is not yet supported).</span>
269267
</li>
270-
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
271-
<strong>TPM</strong><span class="badge bg-success">NO TPM REQUIRED!</span>
268+
<li class="list-group-item d-flex flex-column align-items-start">
269+
<strong class="mb-1">TPM</strong>
270+
<span class="text-muted small">TPM is not required (unlike Windows 11's strict requirement). TPM support in Linux varies and is optional.</span>
272271
</li>
273-
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
274-
<strong>Graphics Card</strong><span>Integrated or Discrete GPU with 3D acceleration
275-
(128 MB+ VRAM)</span>
272+
<li class="list-group-item d-flex flex-column align-items-start">
273+
<strong class="mb-1">Graphics Card</strong>
274+
<span class="text-muted small">Integrated or discrete GPU with at least 128 MB VRAM for basic graphics.</span>
276275
</li>
277-
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
278-
<strong>Display</strong><span>1024x768 VGA Minimum / 1366x768+ Recommended</span>
276+
<li class="list-group-item d-flex flex-column align-items-start">
277+
<strong class="mb-1">Display</strong>
278+
<span class="text-muted small">Minimum resolution: 1024×768 (sufficient for the installer and light multitasking).<br>Recommended: 1366×768 or higher for better visuals.</span>
279279
</li>
280-
<li class="list-group-item d-flex justify-content-between align-items-center flex-wrap">
281-
<strong>Internet Connection</strong><span>Not Required for installation</span>
280+
<li class="list-group-item d-flex flex-column align-items-start">
281+
<strong class="mb-1">Internet Connection</strong>
282+
<span class="text-muted small">Not required for installation, but recommended for updates and installing additional driver such as NVIDIA</span>
282283
</li>
283284
</ul>
284285
</div>
@@ -290,29 +291,23 @@ <h2 class="fw-bold text-center mb-4">System Requirements</h2>
290291
<div class="card custom-card shadow-sm h-100">
291292
<div class="card-body p-4">
292293
<h2 class="fw-bold text-center mb-4">Verify Your Download</h2>
293-
<h5 class="card-title">How to verify checksum of the ISO</h5>
294-
<p>To check the integrity of the downloaded ISO, use one of the methods below depending on
295-
your operating system.</p>
294+
<h5 class="card-title">How to Verify the Checksum of the ISO</h5>
295+
<p>To ensure the integrity of the downloaded ISO, please use one of the methods below based on your operating system:</p>
296296
<div class="p-3 mb-3 rounded checksum-box">
297297
<p class="mb-1"><strong>File:</strong>
298298
<code>Devubox-MX25_Base_sysvinit_RC1_x64.iso</code>
299299
</p>
300-
<p class="mb-1"><strong>md5sum:</strong> <code
301-
class="text-break">e5a14d52902cbf6c29d658a663689183</code></p>
302-
<p class="mb-0"><strong>sha256sum:</strong> <code
303-
class="text-break">d2839f0c0c279cd51642256d67345860025c1504beb7d3231df1d9e2cbfc989a</code>
304-
</p>
300+
<p class="mb-1"><strong>MD5 Checksum:</strong> <code class="text-break">e5a14d52902cbf6c29d658a663689183</code></p>
301+
<p class="mb-0"><strong>SHA256 Checksum:</strong> <code class="text-break">d2839f0c0c279cd51642256d67345860025c1504beb7d3231df1d9e2cbfc989a</code></p>
305302
</div>
306-
<p class="mb-1"><strong>MD5 Check (Linux):</strong></p>
303+
<h6 class="mt-3"><strong>MD5 Check (Linux):</strong></h6>
307304
<pre class="p-2 rounded"><code>md5sum Devubox-MX25_Base_sysvinit_RC1_x64.iso</code></pre>
308-
<p class="mb-1"><strong>MD5 Check (Windows):</strong></p>
309-
<pre
310-
class="p-2 rounded"><code>certutil -hashfile Devubox-MX25_Base_sysvinit_RC1_x64.iso MD5</code></pre>
311-
<p class="mb-1 mt-3"><strong>SHA256 Check (Linux):</strong></p>
305+
<h6 class="mt-3"><strong>MD5 Check (Windows):</strong></h6>
306+
<pre class="p-2 rounded"><code>certutil -hashfile Devubox-MX25_Base_sysvinit_RC1_x64.iso MD5</code></pre>
307+
<h6 class="mt-3"><strong>SHA256 Check (Linux):</strong></h6>
312308
<pre class="p-2 rounded"><code>sha256sum Devubox-MX25_Base_sysvinit_RC1_x64.iso</code></pre>
313-
<p class="mb-1 mt-3"><strong>SHA256 Check (Windows):</strong></p>
314-
<pre
315-
class="p-2 rounded"><code>certutil -hashfile Devubox-MX25_Base_sysvinit_RC1_x64.iso SHA256</code></pre>
309+
<h6 class="mt-3"><strong>SHA256 Check (Windows):</strong></h6>
310+
<pre class="p-2 rounded"><code>certutil -hashfile Devubox-MX25_Base_sysvinit_RC1_x64.iso SHA256</code></pre>
316311
</div>
317312
</div>
318313
</div>

0 commit comments

Comments
 (0)