Created attachment 1668821 [details] kickstart used Description of problem: Boot the installer with inst.ks added,finish the installation. Login to the newly installed system,find there are no packages which listed in the %packages part installed. here is the %package part: %packages --ignoremissing #@c-development C Development Tools and Libraries @development-tools net-tools sg3_utils # include avocado: allows using this machine with remote runner python3-avocado %end Version-Release number of selected component (if applicable): Fedora-Server-dvd-x86_64-32-20200307.n.0.iso How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Proposed as a Freeze Exception for 32-beta by Fedora user lnie using the blocker tracking app because: This kind of affects : The installer must be able to use all available kickstart delivery methods. This bug will fail many of automation tests
Could you please provide us installation logs? You can find them in /tmp/*.log.
Created attachment 1668929 [details] anaconda.log
Created attachment 1668930 [details] syslog
Created attachment 1668931 [details] tmp tar
From packaging.log: 06:23:46,124 DBG packaging: install_specs(): some packages, groups or modules are missing or broken: Problems in request: missing packages: sg3_utils, python3-avocado missing groups or modules: @c-development, @development-tools 06:23:46,125 INF packaging: ignoring missing package/group/module specs due to --ignoremissing flag in kickstart It looks like these packages and groups are not part of Fedora Server DVD, so Anaconda ignores them due to the --ignoremissing flag.