Hi all
I'm new to Fedora and livecd (after several years of Debian).
I'm trying livecd for the first time. I want to create a custom ISO
which includes the packages needed to build a specific package. I know
that I can find the dependencies from the package .spec file.. My
question is: instead of manually copying and pasting the package names,
there's an elegant way to install the dependencies using an option in
the .ks file?
Maybe I can just add the line `dnf builddep <package>` in the .ks file?
I read carefully this chapter¹ but couldn't find anything about this
specific topic.
Thanks in advance
Federico
¹
https://github.com/rhinstaller/pykickstart/blob/master/docs/kickstart-docs.…