diff options
| author | 2025-02-19 01:01:11 +0100 | |
|---|---|---|
| committer | 2025-02-19 01:28:19 +0100 | |
| commit | dbed27c61efdaf099487d468808d75f1d3afaddd (patch) | |
| tree | 5cee34019f2a85cd3e3855da914cd3329b4cdbbd | |
| parent | 32a5d56825461dafc0e60bd944e295020b28d08e (diff) | |
| download | kiwi-descriptions-dbed27c61efdaf099487d468808d75f1d3afaddd.tar.gz kiwi-descriptions-dbed27c61efdaf099487d468808d75f1d3afaddd.zip | |
users: Fix list of profiles
Of the profiles that are currently listed, only LiveInstall
actually exists. Use BootCore instead, which all profiles derive
from. In most cases we'll end up locking the root user as part
of config.sh anyway.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
| -rw-r--r-- | components/users.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/users.xml b/components/users.xml index 08b91a1..ab9dcb7 100644 --- a/components/users.xml +++ b/components/users.xml @@ -1,5 +1,5 @@ <image> - <users profiles="Cloud-Azure,Cloud-AmazonEC2,Cloud-GCE,Cloud-OpenStack,LiveInstall"> + <users profiles="BootCore"> <!-- The password here does not matter, it will be erased in config.sh --> <user name="root" groups="root" password="linux" home="/root" pwdformat="plain" /> </users> |