Initial commit of OS

This commit is contained in:
Anders da Silva Rytter Hansen 2025-12-02 14:13:26 -03:00
commit b61906e4d7
11 changed files with 402 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# This config file enables a /dev/zram0 device with the default settings:
# — size — same as available RAM or 30GB, whichever is less
# — compression — most likely lzo-rle
#
# To disable, create empty
# /etc/systemd/zram-generator.conf file.
[zram0]
zram-size = min(ram, 30720)
compression-algorithm = zstd