Skip to content

Commit

Permalink
doc: update the AY 'users' section support
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed May 21, 2024
1 parent 9e0754a commit 3ae5a76
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions doc/autoyast.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,33 @@ groups plus some authentication settings. We have at least two options here:
This behavior is already implemented.
- Import these sections as given because they are handled by the YaST code in Agama.

| AutoYaST | Supported | Agama | Comment |
| -------- | --------- | ----- | -------------------------------------------- |
| groups | No | | It is not planned, but we should consider |
| users | No | | It is not planned, but we should consider |
| | | root | Root user (only password and SSH public key) |
| | | user | First non-system user from "users" |

For the first user, the following elements are supported:

| AutoYaST | Supported | Agama | Comment |
| -------------------- | --------- | -------- | ---------------------- |
| authorized_keys | No | | Only for the root user |
| encrypted | No | | |
| forename | No | | |
| fullname | Yes | fullName | |
| gid | No | | |
| group | No | | |
| groups | No | | |
| home | No | | |
| home_btrfs_subvolume | No | | |
| password_settings | No | | |
| shell | No | | |
| surname | No | | |
| uid | No | | |
| user_password | Yes | password | |
| username | Yes | userName | |

### `keyboard`, `language` and `timezone`

These sections are rather simple, but we need to do some mapping between AutoYaST and Agama values.
Expand Down

0 comments on commit 3ae5a76

Please sign in to comment.