From 85e99a468dafa4cd8386f95b558229bf9b9b113b Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 4 Apr 2024 19:34:21 +0200 Subject: [PATCH] Install passwd explicitly It currently gets dragged in by some other package included in the developer image, but that's not the case for the minimal image that we're about to reintroduce. Either way, since we use the command as part of %post, we shouldn't be relying on an indirect dependency. Signed-off-by: Andrea Bolognani --- fedora-riscv64-developer-f40.ks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora-riscv64-developer-f40.ks b/fedora-riscv64-developer-f40.ks index 57b448f..c527570 100644 --- a/fedora-riscv64-developer-f40.ks +++ b/fedora-riscv64-developer-f40.ks @@ -58,6 +58,8 @@ uboot-images-riscv64 dracut-config-generic -dracut-config-rescue +passwd + openssh openssh-server glibc-langpack-en