From 882b5c81414d86f69fc8ff32899ea42395cacbd3 Mon Sep 17 00:00:00 2001 From: badblocks <4161747+badbl0cks@users.noreply.github.com> Date: Fri, 11 Oct 2024 20:59:06 -0700 Subject: [PATCH] Add note to build.sh indicating freeipa-client must be layered after install --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index f6a3980..b4196a7 100755 --- a/build.sh +++ b/build.sh @@ -13,6 +13,7 @@ RELEASE="$(rpm -E %fedora)" # https://mirrors.rpmfusion.org/mirrorlist?path=free/fedora/updates/39/x86_64/repoview/index.html&protocol=https&redirect=1 # from fedora repos +# NOTE: for now freeipa-client must be layered AFTER installation to work rpm-ostree install \ usbguard \ zsh \