diff --git a/userspace/rootfs_override/etc/profile b/userspace/rootfs_override/etc/profile
index 09e736fb1fb3380f71a1020990ce1cb5b2c4fdd9..a5b0c296a5b48208177fecfa6bc9885e9894543f 100644
--- a/userspace/rootfs_override/etc/profile
+++ b/userspace/rootfs_override/etc/profile
@@ -55,3 +55,14 @@ if [ "$PS1" ]; then
 fi;
 
 export PS1="wrs-`ifconfig eth0 | grep inet | awk -F: '{ print $2 }' | awk '{ print $1 }'`#"
+
+echo -n "dot-config status: "
+if [ -f /tmp/dot-config_status ]; then
+    cat /tmp/dot-config_status
+else
+    echo "error!"
+fi
+if [ -f /tmp/dot-config_source ]; then
+    echo -n "dot-config source: "
+    cat /tmp/dot-config_source
+fi