#!/bin/ash

echo '
if [ "$USER" == "user" ]; then
printf "\033[0;31mYour home directory is located in RAM (/tmp/user)\n\
Your changes here will be lost after reboot\n\033[0m"
fi' >> /etc/profile
