anaconda: disable user creation

For now we will stay with old firstboot for this task.
This commit is contained in:
Marek Marczykowski-Górecki 2014-04-08 05:26:16 +02:00
parent c583904597
commit 9d8a1f945b

View File

@ -203,6 +203,9 @@ class UserSpoke(FirstbootSpokeMixIn, NormalSpoke):
@classmethod @classmethod
def should_run(cls, environment, data): def should_run(cls, environment, data):
# The Qubes installer still uses old firstboot to create users (TODO)
return False
# the user spoke should run always in the anaconda and in firstboot only # the user spoke should run always in the anaconda and in firstboot only
# when doing reconfig or if no user has been created in the installation # when doing reconfig or if no user has been created in the installation
if environment == ANACONDA_ENVIRON: if environment == ANACONDA_ENVIRON: