From 7565b922a46399671215ab61b03919c1208b5159 Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Fri, 2 Feb 2024 21:01:09 +0100 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f3e13f0..c4a6d9d 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,9 @@ arkdep-build.d ``` ### Building an image +> [!NOTE] +> If you are planning to spin custom images you will need to implement some type of mechanism for loading the `/usr/lib` account and group files, Arkane uses a patched [libnss-extrausers](https://github.com/arkanelinux/libnss-extrausers) PAM module to achieve this, Fedora Silverblue uses sssd + Use the arkdep-build script to build your customlinux images, currently the script is assuming to be run from inside of arkdep-build.d's parent directory. ```shell