aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Andrea Bolognani <abologna@redhat.com> 2025-02-19 01:01:11 +0100
committerGravatar Andrea Bolognani <abologna@redhat.com> 2025-02-19 01:28:19 +0100
commitdbed27c61efdaf099487d468808d75f1d3afaddd (patch)
tree5cee34019f2a85cd3e3855da914cd3329b4cdbbd
parent32a5d56825461dafc0e60bd944e295020b28d08e (diff)
downloadkiwi-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.xml2
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>