update haiku to beta4 (with fixed networking)

This commit is contained in:
Fabian 2023-01-05 21:26:34 +01:00
parent 0e2373957b
commit dd6dbb9d79
2 changed files with 4 additions and 6 deletions

View file

@ -42,7 +42,7 @@
OpenBSD 6.6 base install. Restored from snapshot.</td></tr>
<tr id="start_9front"><td><a href="?profile=9front">9front</a> <small>4.4 MB</small></td><td>
A Plan 9 fork.</td></tr>
<tr id="start_haiku"><td><a href="?profile=haiku">Haiku</a> <small>46 MB</small></td><td>
<tr id="start_haiku"><td><a href="?profile=haiku">Haiku</a> <small>38 MB</small></td><td>
An open-source operating system inspired by BeOS. Restored from snapshot. Includes network support.</td></tr>
<tr id="start_serenity"><td><a href="?profile=serenity">SerenityOS</a> <small>17 MB</small></td><td>

View file

@ -308,15 +308,13 @@
id: "haiku",
memory_size: 512 * 1024 * 1024,
hda: {
url: host + "haiku-v2.img",
url: host + "haiku-v3.img",
size: 1 * 1024 * 1024 * 1024,
async: true,
fixed_chunk_size: 1024 * 1024,
use_parts: !ON_LOCALHOST,
},
state: {
url: host + "haiku_state-v2.bin.zst",
},
state: { url: host + "haiku_state-v3.bin.zst" },
name: "Haiku",
homepage: "https://www.haiku-os.org/",
},
@ -324,7 +322,7 @@
id: "haiku-boot",
memory_size: 512 * 1024 * 1024,
hda: {
url: host + "haiku-v2.img",
url: host + "haiku-v3.img",
size: 1 * 1024 * 1024 * 1024,
async: true,
fixed_chunk_size: 1024 * 1024,