GNOME Bugzilla – Bug 777707
Exit gracefully if we are disabled systemwide
Last modified: 2017-01-31 12:28:45 UTC
See patches.
Created attachment 344173 [details] [review] summary: Move stamp file creation to a global function This will be useful in other places. Note that the "done" stamp file is now created in both existing user and new user modes.
Created attachment 344174 [details] [review] copy-worker: Copy the "done" stamp file too For consistency, instead of creating the "done" stamp file here, we can let g-i-s handle that and just copy it along with all the others.
Created attachment 344175 [details] [review] Exit gracefully if we are disabled systemwide Sysadmins might want to disable any kind of initial setup for their users, perhaps because they pre-configure their environments. We should provide an easy way to do it. At least the anaconda installer provides an option to skip any kind post-install setup tools so, for now we're only adding support for that but more might be added in the future.
Comment on attachment 344173 [details] [review] summary: Move stamp file creation to a global function ok
Comment on attachment 344174 [details] [review] copy-worker: Copy the "done" stamp file too cool
Comment on attachment 344175 [details] [review] Exit gracefully if we are disabled systemwide this should stay a downstream patch imo
Ok, we'll do this downstream, just pushing the cleanups. Attachment 344173 [details] pushed as 20266d3 - summary: Move stamp file creation to a global function Attachment 344174 [details] pushed as 7106bdb - copy-worker: Copy the "done" stamp file too