busybox: show version on startup

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-02-17 16:25:02 +01:00
parent 243f1dafc7
commit 2bbfccde55

View File

@ -34,6 +34,9 @@
mkdir -p /dev/shm mkdir -p /dev/shm
mount -n -t tmpfs none /dev/shm mount -n -t tmpfs none /dev/shm
# showing version
lsb_release
# starting init scripts for wanted runlevel # starting init scripts for wanted runlevel
. /etc/profile . /etc/profile