Denis Benato
Denis Benato
Polese, consider spending some time writing documentation. Documentation should cover: initialization and state of registers after boot. How virtual memory is managed and others important algorithms.
It is possible to force lightdm in a state that it won't start thus not allowing either game mode nor desktop mode. Steps to reproduce: switch to desktop, search for...
# Installation instructions for ubuntu 22.04 I wrote installation instructions on ubuntu 22.04 instead of docker for the following reasons: - can be installed in an LXC container inside proxmox...
This is meant to solve the /etc mounting issue where the /etc overlay fires off some race conditions with the system loading resulting in the infamous "gamer is not the...
This PR is aimed at appending to kernel boot parameters the btrfs offset and uuid of the file /home/swapfile when such file is present. This in turn allows an initramfs...
Since February 2024 archlinux deprecated the usage of addending ucode initrd into bootloader configuration files such as ``` initrd /amd-ucode.img initrd /intel-ucode.img ``` since those are included in the initramfs...
This adds support for .img.xz files: files that are not a tar of a single file so that github action can stream btrfs send directly to xz and giving the...
As per title: use iptables-nft instead of the deprecated iptables. See https://gitlab.archlinux.org/archlinux/packaging/packages/iptables/-/issues/1 for more details. The deprecated iptables is not completely suitable for docker or podman as stated in that...
One can end up in a state where pacman has a database not relevant to the current deployment and can break the system. Steps to reproduce: 1. start with a...
The rest of the system benefits from copy-on-write: snapshot that are restored (and can be checked) by frzr, compression that got enabled at creation-time, file checksums to ensure integrity. /home...