Skip to content

Commit 44382f4

Browse files
authored
Update index.html
1 parent 54db833 commit 44382f4

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

download/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,18 @@ <h1 class="display-5 fw-bold">Download Devubox-MX</h1>
171171
<div class="card custom-card shadow-sm mb-5">
172172
<div class="card-body p-4 text-center">
173173
<h2 class="card-title">Devubox-MX25 Base_sysvinit beta1 x64</h2>
174-
<p class="text-muted">Release Date: October 30, 2025 (Estimated)</p>
174+
<p class="text-muted">Release Date: November 20, 2025 (Estimated)</p>
175175
<div class="alert alert-warning" role="alert">
176176
<p class="mb-0"><strong>Disclaimer:</strong> This is an early alpha release. We recommend testing in a virtual machine.</p>
177177
<hr>
178-
<p class="mb-0"><strong>Note:</strong> Only English is available, which means you can't change the locale (this is not planned to change). However, you can change the keyboard layout and browser language.</p>
178+
<p class="mb-0"><strong>Note:</strong> You can change the language (such as keyboard layout, locale, and browser), but some elements will remain in English (this is not planned to change).</p>
179179
</div>
180180
<a href="#" class="btn btn-primary btn-lg disabled w-100 my-2" aria-disabled="true">Download 64-bit (x86_64) ISO (Coming Soon)</a>
181181
<a href="https://sourceforge.net/projects/devubox-mx-edition/files" class="btn btn-secondary btn-lg w-100 my-2">Sourceforge Page</a>
182+
<div class="mt-4">
183+
<p class="mb-1"><strong>Default Username/Password:</strong> <code>demo</code> / <code>demo</code></p>
184+
<p class="mb-0"><strong>Default Root Password:</strong> <code>root</code></p>
185+
</div>
182186
</div>
183187
</div>
184188
</div>
@@ -218,9 +222,9 @@ <h5 class="card-title">How to verify checksum of the ISO</h5>
218222
<p class="mb-0"><strong>sha256sum:</strong> <code class="text-break">a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6a7b8c9d0e1f2a3b4c5d6a7b8c9d0e1f2</code></p>
219223
</div>
220224
<p class="mb-1"><strong>MD5 Check:</strong></p>
221-
<pre class="p-2 rounded"><code>md5sum Devubox-MX_Alpha_1.0.iso</code></pre>
225+
<pre class="p-2 rounded"><code>md5sum Devubox-MX25_Base_sysvinit_beta1_x64.iso</code></pre>
222226
<p class="mb-1 mt-3"><strong>SHA256 Check:</strong></p>
223-
<pre class="p-2 rounded"><code>sha256sum Devubox-MX_Alpha_1.0.iso</code></pre>
227+
<pre class="p-2 rounded"><code>sha256sum Devubox-MX25_Base_sysvinit_beta1_x64.iso</code></pre>
224228
</div>
225229
</div>
226230
</div>

0 commit comments

Comments
 (0)