mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
Make default groups, users group and autologin group configurable.
This commit is contained in:
parent
0d1fb79ec8
commit
ad68ce0187
6 changed files with 88 additions and 10 deletions
|
@ -40,7 +40,8 @@ public:
|
|||
|
||||
bool isReady();
|
||||
|
||||
QList< Calamares::job_ptr > createJobs();
|
||||
QList< Calamares::job_ptr > createJobs( const QString& defaultUserGroup,
|
||||
const QStringList& defaultGroupsList );
|
||||
|
||||
protected slots:
|
||||
void onFullNameTextEdited( const QString& );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue