Merge pull request #2643 from sammj/users

petitboot: Update login prompt message
diff --git a/openpower/package/petitboot/shell_config b/openpower/package/petitboot/shell_config
index 608738d..59337ff 100644
--- a/openpower/package/petitboot/shell_config
+++ b/openpower/package/petitboot/shell_config
@@ -8,7 +8,7 @@
 if [[ "$(id -u)" != "0" ]]; then
 	echo "" | sudo -S /bin/true 2&>1 >> /dev/null
 	if [[ $? = 0 ]]; then
-		echo "No password set, elevating shell"
+		echo "No password set, running as root. You may set a password in the System Configuration screen."
 		sudo -i
 		sudo -K
 		exit