Problem on define Xorg in rpm-ostree module.
(Sorry for my bad english)
So I want to installed bspwm in image, so I follow docs to define in recipe .
Then I found that X11 is not installed, so then I add Xorg to rpm-ostree package.
But It's still not installed in the image, all I can do is doing
after fresh iso install.
So my question is why it won't work and how to resolve it (not doing Xorg install after iso install)?
BTW,It's my current recipe.yml.
4 Replies
You might have to install
libx11
I'm not entirely sure why it wouldn't be in the ISO if it was generated from your imageSadly, that don't work.
there's the
@base-x
package group
i'm not sure if rpm-ostree supports package groups, but dnf5
should be available in the latest images so you can use that in a script snippet
we're planning a dnf module alreadyOK
let me try it
unfortunately, don't work for me