From 9d8a1f945be77fcce6b1c624bbecacdd6147f785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 8 Apr 2014 05:26:16 +0200 Subject: [PATCH] anaconda: disable user creation For now we will stay with old firstboot for this task. --- anaconda/pyanaconda/ui/gui/spokes/user.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anaconda/pyanaconda/ui/gui/spokes/user.py b/anaconda/pyanaconda/ui/gui/spokes/user.py index b2f4cca..9370876 100644 --- a/anaconda/pyanaconda/ui/gui/spokes/user.py +++ b/anaconda/pyanaconda/ui/gui/spokes/user.py @@ -203,6 +203,9 @@ class UserSpoke(FirstbootSpokeMixIn, NormalSpoke): @classmethod 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 # when doing reconfig or if no user has been created in the installation if environment == ANACONDA_ENVIRON: