#32 Install extras on firstboot if available
Merged by ngompa. Opened by dcavalca.
fedora-asahi/ dcavalca/kiwi-descriptions extras  into  rawhide

Download 32.patch
no initial comment

Do you actually expect a case where it isn't available? Because right now you unconditionally attempt to enable it and if it fails, the image build will fail.

We don't include extras for server and minimal, so on those the condition in the systemd unit will fail and it won't run on startup, even if the service is enabled. The benefit of doing it this way is that if we do end up adding extras down the road (say, after a firmware update or something) they'll get picked up on the next boot.

No, I mean the problem is that your comment implies that the unit file may potentially not exist. If the file doesn't exist, then kiwi will fail on that command.

rebased onto b1e9058f7c2f514aa04c3e47c978a817fe1ad429

:thumbsup:

Pull-Request has been merged by ngompa

Metadata