Scripts and configs for building a customized OS for SOI participants and operating contests
Go to file
Jan Schär ad6548f839 Only load the squashfs into RAM
Before this, it loaded everything from the ISO into RAM, now it only 
loads the squashfs. This saves about 110 MB of space in RAM, and reduces 
boot time.
2024-05-11 13:55:44 +02:00
contestops Initial commit 2024-05-09 22:45:53 +02:00
os Only load the squashfs into RAM 2024-05-11 13:55:44 +02:00
.gitignore Initial commit 2024-05-09 22:45:53 +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.