projects/Ultra: show splash based on model

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-04-03 03:47:26 +02:00
parent 1bd10b169b
commit 7cee5d4b10

View File

@ -33,11 +33,13 @@ if [ ! -f /etc/asound.conf -a ! -f $HOME/.config/asound.conf ]; then
# Xtreamer Ultra 1
cp /usr/share/xtreamer/asound.conf.ultra1 /run/asound.conf
export SPLASH_THEME="ultra1"
elif [ "$DMI_BOARD_VERSION" = "Xtreamer" ]; then
# Xtreamer Ultra 2
cp /usr/share/xtreamer/asound.conf.ultra2 /run/asound.conf
export SPLASH_THEME="ultra2"
fi
fi