diff --git a/components/users.xml b/components/users.xml
index 08b91a1..6be28b9 100644
--- a/components/users.xml
+++ b/components/users.xml
@@ -3,4 +3,8 @@
+
+
+
+
diff --git a/config.sh b/config.sh
index f3ffd50..d0ccc76 100755
--- a/config.sh
+++ b/config.sh
@@ -63,8 +63,10 @@ fi
# Delete & lock the root user password
#--------------------------------------
if [[ "$kiwi_profiles" == *"Cloud"* ]] || [[ "$kiwi_profiles" == *"Disk"* ]] || [[ "$kiwi_profiles" == *"Live"* ]]; then
- passwd -d root
- passwd -l root
+ if [[ "$kiwi_profiles" != *"PremierP550"* ]]; then
+ passwd -d root
+ passwd -l root
+ fi
fi
#======================================
@@ -119,7 +121,7 @@ fi
#--------------------------------------
if [[ "$kiwi_profiles" == *"Disk"* ]]; then
- if [[ "$kiwi_profiles" != *"GNOME"* ]]; then
+ if [[ "$kiwi_profiles" != *"GNOME"* ]] && [[ "$kiwi_profiles" != *"PremierP550"* ]]; then
## Enable initial-setup
systemctl enable initial-setup.service
## Enable reconfig mode