Hide Forgot
Description of problem: Calling the old traditional SysV should be avoided and relying on runlevels is outdated. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 488694 [details] New firstboot graphical service
Created attachment 488695 [details] New firstboot text service
Hi, I actually started working on cleaning up the startup of firstboot yesterday, so thank you very much for these, I'll use them. If firstboot is run in text mode it just executes /usr/bin/setup, and does not basically do anything else, so we can put /usr/bin/setup in the systemd text service, and remove the text mode from firstboot code entirely. I'm planning on doing just that.