Hi all, I have recently installed the newest version of Raspbian and Retropie on a brand new SD card on my RPi2 (I did a source-based installation). I was previously running the 2015-01-31 release of Raspbian and Retropie 2.6 on a different card. With that card, I was able to remove the boot text when launching a game by adding the following line to my /etc/profile:
[ -n “${SSH_CONNECTION}” ] || clear;emulationstation>/dev/null 2>&1
Well, I did this exact same procedure on my new card and it seems to not work. This line successfully saves in my /etc/profile, however the boot text will still show upon game launch. Not being a Linux wizard by any means, I’m trying to figure out why that is. Any advice is greatly appreciated.