From d4fee4dd2d9c5bf78de3a2c1e2b07d06f3e8c02b Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Thu, 1 Sep 2022 22:29:22 +0200 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0f93931..63845ab 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,16 @@ can be enabled using the `SHOW_EXPERIMENTAL_IMAGES=1` environment variable. - Alpine Linux - Ubuntu - Fedora +- Alma Linux +- Centos +- Debian +- Gentoo +- OpenSUSE +- RockyLinux #### Experimental (not fully working) images - Arch Linux +- Void Linux ### Flatpak build dependencies - `org.gnome.Platform` @@ -53,3 +60,6 @@ flatpak run pm.mirko.Atoms ### Enable distrobox integration To enable the distrobox integration, you need to give Atoms the Flatpak permission to talk to `org.freedesktop.Flatpak`. + +### PROOT_NO_SECCOMP +To enable the `PROOT_NO_SECCOMP` option for old kernels, set the `ATOMS_NO_SECCOMP` env var to `1`.