Created attachment 1893870 [details] kickstart file Description of problem: Following documentation, I tried to make a Fedora Spin. The error given by livemedia-creator do not help a tot to find the source of problem. I attached the kickastart used. Thanks for your help. Below command line used. How reproducible: $ ksflatten -c src/live-workstation-ks.cfg -o flat-live-workstation-ks.cfg --version F36 $ sudo mock -r fedora-36-x86_64 --init $ sudo mock -r fedora-36-x86_64 --isolation=simple --install lorax-lmc-novirt vim-minimal pykickstart $ sudo cp flat-live-workstation-ks.cfg /var/lib/mock/fedora-36-x86_64/root/ $ sudo mock -r fedora-36-x86_64 --shell --isolation=simple --enable-network livemedia-creator --make-iso --iso-name fedora-36 --ks flat-live-workstation-ks.cfg --releasever 36 --no-virt Actual results: 2022-07-01 11:31:56,180: The following required fields are not completed : 2022-07-01 11:31:56,180: Software selection.
That error means Anaconda couldn't install the packages you selected. Take a look at the anaconda logs which should be in ./anaconda/ inside the mock root after it fails. Pay special attention to packaging.log which should detail why Anaconda couldn't finish.