File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,15 +120,15 @@ def perform_installation(mountpoint: Path) -> None:
120120 installation .create_users (config .auth_config .users )
121121 auth_handler .setup_auth (installation , config .auth_config , config .hostname )
122122
123- if config .packages and config .packages [0 ] != '' :
124- installation .add_additional_packages (config .packages )
125-
126123 if app_config := config .app_config :
127124 application_handler .install_applications (installation , app_config )
128125
129126 if profile_config := config .profile_config :
130127 profile_handler .install_profile_config (installation , profile_config )
131128
129+ if config .packages and config .packages [0 ] != '' :
130+ installation .add_additional_packages (config .packages )
131+
132132 if timezone := config .timezone :
133133 installation .set_timezone (timezone )
134134
You can’t perform that action at this time.
0 commit comments