1
0
Fork 0
OCI OS images for my personal usage - derived from Fedora
Find a file
ver4a dc28e9f75e
Some checks failed
/ build-kde (push) Failing after 2m9s
/ build-gnome (push) Failing after 2m4s
Use flock instead of checking for running pulls using pgrep
The previous solution is potentially racey, it only prevents starting a
pull if there is already one running, but there is still a tiny window
of time where both pulls could start after the checks and run at the
same time. This new solution should fill that gap, since the locking
should be atomic.
2024-11-18 11:05:48 +01:00
.forgejo/workflows Use flock instead of checking for running pulls using pgrep 2024-11-18 11:05:48 +01:00
etc (systemd-resolved) Enable DNS-over-TLS 2024-11-17 21:08:02 +01:00
usr/lib/bootc/kargs.d Enable discard passthourgh on LUKS devices 2024-11-17 22:00:47 +01:00
usr.nvidia/lib/bootc/kargs.d (nvidia) Pre-configure kernel arguments 2024-11-18 08:06:44 +01:00
Dockerfile.gnome Apply changes to usr 2024-11-17 22:03:19 +01:00
Dockerfile.gnome-nvidia (nvidia) Pre-configure kernel arguments 2024-11-18 08:06:44 +01:00
Dockerfile.kde Apply changes to usr 2024-11-17 22:03:19 +01:00
Dockerfile.kde-nvidia (nvidia) Pre-configure kernel arguments 2024-11-18 08:06:44 +01:00
Dockerfile.kde-nvidia-ver4a (ver4a) Remove discover update notifier 2024-11-16 13:35:29 +01:00
LICENSE Initial commit 2024-11-05 20:35:31 +00:00
README.md Caution people not to use this repository directly 2024-11-12 12:44:58 +01:00

Caution

Configuration and images in this repository are intended for my personal usage only, I strongly recommend not using them directly as they may change in unpredictable ways. The same currently applies to the repository itself.