Scripts and configs for building a customized OS for SOI participants and operating contests
Go to file
Jan Schär 2f296fa0e5 Use zstd for squashfs compression
zstd decompression is a lot faster than xz (default). This is especially
noticeable when starting Firefox, Chromium or VS Code for the first
time; with zstd, the startup time is cut in half. Compression time is
also faster with zstd at the default level. The downside is that the
squashfs is larger by 138 MB. This is a tradeoff, but I think it's worth
it. Increasing the zstd compression level does not significantly reduce
the size and takes much longer to compress, so I left it at the default.
2025-03-01 14:25:29 +01:00
contestops Add more text to contestops readme 2024-05-18 18:09:13 +02:00
os Use zstd for squashfs compression 2025-03-01 14:25:29 +01:00
.gitignore Add more text to contestops readme 2024-05-18 18:09:13 +02:00
LICENSE.txt Initial commit 2024-05-09 22:45:53 +02:00
readme.md Initial commit 2024-05-09 22:45:53 +02:00

readme.md

SOI OS

Folder os contains the scripts and files for building custom OS images based on Debian for training and contests.

Folder contestops contains various scripts and files for administrating contests where contestants use this OS.