diff --git a/settings.conf b/settings.conf index 10b19cb49..d7a3017fc 100644 --- a/settings.conf +++ b/settings.conf @@ -19,6 +19,7 @@ prepare: - locale - keyboard - partition +- users - summary # Phase 2 - install. @@ -26,15 +27,15 @@ prepare: # allowed, their names should be added here as placeholders to specify the order in # which view module jobs should be enqueued. Job modules are also allowed. install: -- dummyprocess -- dummypython +#- dummyprocess +#- dummypython - partition - mount -#- unsquashfs +- unsquashfs - fstab - locale - keyboard -#- users +- users - umount # Phase 3 - postinstall.